Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@breezy89757 breezy89757 released this 06 Jan 15:39
· 3 commits to master since this release

First official release of SQL2Graph! 🚀

Features

  • SQL Schema Reading: Automatic Table/Column/FK extraction
  • LLM Analysis: Semantic Graph Modeling using Azure OpenAI
  • Zero-FK Support: Infers relationships from sample data even without Foreign Keys
  • Visualization: Interactive Force-directed Graph using Cytoscape.js
  • Cypher Generation: Automatic DDL and ETL scripts for Neo4j

Tech Stack

  • .NET 9 Blazor Server
  • Azure OpenAI
  • Cytoscape.js