Initial implementation of GigaBrain graph database
- Core graph data structures with nodes and relationships
- Memory-based storage engine with persistence interface
- Cypher query lexer and parser with AST
- Query planner and executor framework
- Indexing system with label and property indexes
- Transaction manager with ACID support
- Distributed sharding capability
- B-tree and WAL storage components
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>