ZipponDB/docs/Roadmap.md
MrBounty 71e5f6eb1e Started to debug schema with multiple struct and some time keyword
Added NOW already and now debuging some stuff regarding filter and
parsing file of one struct when it should be another

Also moved query test into a seperated test file.
And some fix and changed in docs
2025-01-08 10:09:15 +01:00

1.1 KiB

Roadmap

Note: This will probably evolve over time.

Alpha

v0.1 - Base

  • UUID
  • CLI
  • Tokenizers
  • ZiQL parser
  • Schema engine
  • File engine

v0.2 - Usable

  • Relationships
  • Custom data file
  • Date
  • Logs
  • Query multi threading
  • Arrays manipulation

v0.3 - QoL

  • Docs website
  • Schema migration
  • Dump/Bump data
  • Recovery
  • Better CLI
  • Linked query

Beta

v0.4 - Usability

  • Server
  • Docker
  • YAML config file
  • Python interface
  • Go interface

v0.5 - In memory

  • In memory option
  • Cache

v0.6 - Performance

  • Transaction
  • Other multi threading
  • Query optimization
  • Index

v0.7 - Safety

  • Auth
  • Metrics
  • Durability

Gold

v0.8 - Advanced

  • Query optimizer

v0.9 - Docs

  • ZiQL tuto
  • Deployment tuto
  • Code docs
  • CLI help

v1.0 - Web interface

  • Query builder
  • Tables
  • Schema visualization
  • Dashboard metrics