joedb icon indicating copy to clipboard operation
joedb copied to clipboard

Joedb, the Journal-Only Embedded Database

Joedb

Joedb is the Journal-Only Embedded Database. Joedb keeps tabular data in memory, and writes a journal of all modifications to a file. This way, the whole data history is remembered, and it is possible to re-create any past state of the database. It is also a way to make the system extremely simple, and fast.

Storing data history allows efficient incremental updates in distributed applications. Joedb has a network protocol that lets multiple processes access a shared journal concurrently.

.. image:: doc/source/images/joedb.svg

For more information, please take at a look at the _documentation https://www.remi-coulom.fr/joedb/intro.html.