This is the Common LISP version of the DODB.cr project. For the Crystal version, see https://git.baguette.netlib.re/Baguette/dodb.cr
Go to file
kimory fb84d81075 Adapt scenario to new API. 2022-10-18 22:44:37 +02:00
src Adapt scenario to new API. 2022-10-18 22:44:37 +02:00
tests
README.md
TODO.md temp commit 2022-10-18 20:10:25 +02:00
dodb.asd

README.md

Document Oriented DataBase (DODB)

When storing simple files directly on the file-system is enough.

WIP

This project is a work in progress.

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)

Crystal version

Follow this link for the Crystal version of DODB.