Migrate SQL to FalkorDB

Migrate relational SQL data from PostgreSQL, MySQL, and BigQuery into FalkorDB graph databases.

22|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/FalkorDB/skills --skill migrate-sql-to-falkordb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Migrate SQL to FalkorDB
Source: https://github.com/FalkorDB/skills/tree/main/ingestion-skills/migrate-sql-to-falkordb
Command: npx skills add https://github.com/FalkorDB/skills --skill migrate-sql-to-falkordb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of moving relational SQL data into FalkorDB graph structures while maintaining efficient migration and synchronization workflows.

Core Features & Use Cases

  • SQL-to-Graph Migration: Converts tabular relational data from systems like PostgreSQL, MySQL, BigQuery, and other SQL platforms into FalkorDB graph models.
  • Continuous Data Sync: Supports incremental CDC-style synchronization using declarative JSON/YAML mappings and daemon execution.
  • Use Case: Data engineers can migrate an existing SQL database into FalkorDB and keep graph data updated as source systems change.

Quick Start

Use the Migrate SQL to FalkorDB skill to configure and run a migration from your SQL database into FalkorDB with the appropriate loader and mapping file.

Frequently Asked Questions about Migrate SQL to FalkorDB

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate SQL data to a graph database?

You can migrate SQL data to a graph database by applying declarative JSON or YAML mappings and executing loader workflows that transform tabular relational records into graph nodes and edges.

Can I continuously sync PostgreSQL data into FalkorDB graphs?

Yes, continuous PostgreSQL to FalkorDB synchronization is supported through incremental CDC-style data replication configured via declarative mapping files and executed by background daemon processes.

Does the SQL to graph migration support BigQuery and MySQL?

Yes, SQL to graph migration supports BigQuery, MySQL, PostgreSQL, and other SQL platforms by extracting tabular relational data and applying declarative mappings to generate FalkorDB graph structures.

What is the best way to transform relational tables into graph structures?

Transforming relational tables into graph structures is achieved through declarative data mappings that define how tabular rows and foreign key relationships convert into graph nodes and edges during ETL loader execution.

Do I need declarative mapping files for SQL to FalkorDB ETL pipelines?

Yes, declarative JSON or YAML mapping files are required for SQL to FalkorDB ETL pipelines to define how source tabular columns translate into target graph nodes, edges, and properties during loader execution.