Skip to content

Roadmap

Note: This will probably evolve over time.

Alpha

v0.1 - Base

  • [X] UUID
  • [X] CLI
  • [X] Tokenizers
  • [X] ZiQL parser
  • [X] Schema engine
  • [X] File engine

v0.2 - Usable

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

v0.3 - QoL

  • [X] Docs website
  • [ ] Ordering
  • [ ] Dot operator
  • [ ] Linked query
  • [ ] Schema migration
  • [ ] Dump/Bump data
  • [ ] Recovery
  • [ ] Better CLI

v0.4 - Usability

  • [ ] Single file
  • [ ] 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

  • [ ] Metrics
  • [ ] Durability

v0.8 - Docs

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