One compile validates your model, runs 17 generators, and ships a production ZIP — schema, APIs, relational→graph sync, traversals, ontology, and run report.
// FK → relationship intelligence Employee ──REPORTS_TO──▶ Employee Employee ──HOLDS_ROLE──▶ Designation Department ──BELONGS_TO──▶ Company // + constraints, indexes, schema-diff CREATE CONSTRAINT employee_sqlid …
// Traversal library (generated) // Impact · shortest path · hierarchy MATCH p = shortestPath((a)-[*..15]-(b)) // Named intents when semantic layer on // employee_full_profile · org_chart_full
// Relational → graph mirror MERGE (n:Employee { SqlId: $id }) SET n.Name = $name … // Call after ORM SaveChanges // MERGE pipelines · SqlId sync key
// One ZIP · every layer aligned
Ontology/ semantic taxonomy
GraphDB/ schema · APIs · sync
Queries/ Cypher + repository
Neo4jNative/ Docker import bundle
TypeScript/ typed client
RUN-REPORT deployment guideEvery item below is generated, validated, and packaged from the same domain model — verified on our sample ERP model in the sandbox.
Import tools load CSVs. AutoGraphDB compiles your schema into a full developer platform with validated, deterministic output.
| Capability | Typical import / ETL tool | AutoGraphDB platform |
|---|---|---|
| Load data into graph database | ✓ | ✓ (import bundle included) |
| Relationship model from FK graph | Manual | ✓ Automatic |
| Production REST APIs + OpenAPI | — | ✓ Generated |
| Relational → graph sync (MERGE pipelines) | — | ✓ Generated |
| Traversal intelligence library | — | ✓ Generated |
| Schema evolution on SQL change | Manual rebuild | ✓ Regenerate + diff |
| Deployment runbook + diagrams | — | ✓ Included |
Generated from your foreign keys and collection relationships — not inferred business semantics. These are the query patterns graph projects spend weeks writing by hand.
Starter+ applies domain rule packs (HR, finance, retail, and 7 more) to emit typed relationships like REPORTS_TO and named intents like employee_full_profile. This is curated pattern matching on your schema — deterministic, reviewable, toggleable.
We still do not infer arbitrary business flows from column names alone, and we do not translate natural language to Cypher. Pro adds ontology.json for GraphRAG and governance tooling.
Every graph consultancy hits this wall. AutoGraphDB is built for the lifecycle — not launch day.
SQL DDL export, Excel worksheet, or JSON — from Postgres, MySQL, SQL Server, Oracle, Supabase, or any validated entity model. Review before you generate.
One pass produces ontology, graph schema, sync, APIs, traversal library, import bundle, client bindings, diagrams, and deployment report — under 3 seconds for most models.
Run the knowledge graph layer alongside your relational source. Connect GraphRAG, agents, search, and analytics. Regenerate when the domain changes.
“We didn't need another import tool — we needed the whole relationship layer. AutoGraphDB gave us APIs, sync, and traversals from our ERP schema in one afternoon.”
“Our AI initiative was blocked on graph infrastructure. AutoGraphDB compiled the full platform from our ERP schema — repositories, APIs, SDK, sync, and traversals — in one afternoon.”
“Schema evolution sold it. When product adds modules, we regenerate — we don't rebuild the graph program from scratch.”
Illustrative quotes representing typical buyer outcomes.
Every plan ships a deployable platform ZIP. Upgrade for traversals, semantic layer, seed data, and live deploy.
Import tools load data. AutoGraphDB compiles the full platform — sync, APIs, traversals, schema evolution, and deployment artifacts. See the sandbox for verified output.
No. You upload a schema export or model file. The graph layer deploys separately; sync services are code you control.
Update your model and regenerate. Schema diff, sync, APIs, and traversals update together — no manual graph rebuild.
Yes — sandbox needs no signup. Start a free trial on your own schema when ready.
One upload. 17 generation passes (16 structural + ontology). Verified artifacts. Ready to deploy.
7-day full access · No credit card · Cancel anytime