Add jdocdb to Databases/Implemented in Go

This commit is contained in:
RodolfoAP 2022-11-18 23:41:12 +01:00
parent 2d72a3e2db
commit d9c2e31700

View File

@ -674,6 +674,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
- [hare](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON.
- [immudb](https://github.com/codenotary/immudb) - immudb is a lightweight, high-speed immutable database for systems and applications written in Go.
- [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics.
- [jdocdb](https://github.com/rodolfoap/jdocdb) - A minimalist JSON document file-based database allowing complex SELECT queries.
- [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB.
- [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB.
- [lotusdb](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree.