This commit is contained in:
Adrien Bouvais 2024-10-07 23:38:15 +02:00
parent 406ef1de48
commit 7646927a00

View File

@ -129,56 +129,57 @@ Zippon have it's own query language. Here the keys point to remember:
# Roadmap # Roadmap
v 0.1 - Base #### v0.1 - Base
[X] UUID - [X] UUID
[X] CLI - [X] CLI
[X] Tokenizers - [X] Tokenizers
[ ] Schema management - [ ] ZiQL parser
[ ] File management - [ ] Schema management
[ ] Loging - [X] File management
[ ] Base Parser - [ ] Loging
- [ ] Base Parser
v 0.2 - Usable #### v0.2 - Usable
[ ] B-Tree - [ ] B-Tree
[ ] Relationships - [ ] Relationships
[ ] Date - [ ] Date
[ ] Docker - [ ] Docker
v 0.3 - QoL #### v0.3 - QoL
[ ] Schema migration - [ ] Schema migration
[ ] Dump/Bump data - [ ] Dump/Bump data
[ ] Recovery - [ ] Recovery
v 0.4 - Usability #### v0.4 - Usability
[ ] Server - [ ] Server
[ ] Python interface - [ ] Python interface
[ ] Go interface - [ ] Go interface
v 0.5 - In memory #### v0.5 - In memory
[ ] In memory option - [ ] In memory option
[ ] Cache - [ ] Cache
v 0.6 - Performance #### v0.6 - Performance
[ ] Transaction - [ ] Transaction
[ ] Lock manager - [ ] Lock manager
[ ] Multi threading - [ ] Multi threading
v 0.7 - Safety #### v0.7 - Safety
[ ] Auth - [ ] Auth
[ ] Metrics - [ ] Metrics
v 0.8 - Advanced #### v0.8 - Advanced
[ ] Query optimizer - [ ] Query optimizer
v 0.9 - Docs #### v0.9 - Docs
[ ] ZiQL tuto - [ ] ZiQL tuto
[ ] Deployment tuto - [ ] Deployment tuto
[ ] Code docs - [ ] Code docs
v 1.0 - Web interface #### v1.0 - Web interface
[ ] Query builder - [ ] Query builder
[ ] Tables - [ ] Tables
[ ] Schema visualization - [ ] Schema visualization
[ ] Dashboard metrics - [ ] Dashboard metrics
Let's see where it start explode ;) Let's see where it (or my brain) start explode ;)