An open API service indexing awesome lists of open source software.

https://github.com/ross96d/rdb

embeddable and persistent key-value (KV) database
https://github.com/ross96d/rdb

database embedda embeddable-database key-value

Last synced: 11 months ago
JSON representation

embeddable and persistent key-value (KV) database

Awesome Lists containing this project

README

          

# Summary
key-value database, embeddable and single file only with in-memory keys that points to the values on disk.

The database always append to underlying file to avoid complexity and gain performance. This approach has the downside of accumulating garbage, to solve this a background process is run from time to time to cleanup the garbage