-
-
Notifications
You must be signed in to change notification settings - Fork 112
Roadmap
Xav edited this page Nov 23, 2024
·
1 revision
- Implement RocksDB as the storage engine
- Implement a basic graph engine that can store and retrieve nodes and edges
- Implement a basic code based API for testing in the language of choice
- Implement data sharding based on node importance
- Test startup times based on this sharding to show results
- Implement HTTP connections to the database.
- Implement a basic query language for the database
- Expand the query language to include more complex queries
- Implement an optimizing for the query engine
- Fully featured query language and query engine
- Caching layer for the database
- Multiple memory configurations
- Machine Learning capabilities
- Managed Service
- On Premise
- ACID Compliance