Roadmap¶
This page is the live high-level roadmap for CypherGlot.
The high-level sequence is:
- establish the compiler-only repo boundary and API contract
- own parser generation and artifact verification in-repo
- build normalization and validation layers
- compile the admitted Cypher subset to SQLGlot AST
- move from direct mostly-SQLite lowering toward
Cypher AST -> normalize -> graph-relational IR -> backend-aware lowering -> SQLGlot - land SQLite-through-IR first, then explicit DuckDB and PostgreSQL lowerers from the same architecture
- broaden the admitted language carefully
- make the compiler vector-aware without making it vector-executing
- harden the package for public release