2022-10-10 17:02:56 +02:00
|
|
|
# Document Oriented DataBase (DODB)
|
|
|
|
|
|
|
|
When storing simple files directly on the file-system is enough.
|
|
|
|
|
|
|
|
# WIP
|
|
|
|
|
|
|
|
This project is a work in progress.
|
|
|
|
|
2022-10-14 17:48:48 +02:00
|
|
|
# Constraints (WIP)
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
- parallelism: run dodb on several threads (solved by a locking system)
|
|
|
|
- fs data integrity: in case of a crash, dodb won't corrupt data on disk (solved by a temp file on the same filesystem, then a simple mv)
|
|
|
|
|
2022-10-10 17:02:56 +02:00
|
|
|
# Crystal version
|
|
|
|
|
|
|
|
Follow [this link for the Crystal version of DODB][dodbcr].
|
|
|
|
|
|
|
|
[dodbcr]: https://git.baguette.netlib.re/Baguette/dodb.cr
|