From 6ce9587030ca0f290c9d724debd603affecc6275 Mon Sep 17 00:00:00 2001 From: TJ Sweet Date: Thu, 5 Mar 2026 07:51:58 -0700 Subject: [PATCH 1/2] Add NornicDB to the database list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 482daa46..f87bcfe9 100644 --- a/README.md +++ b/README.md @@ -756,6 +756,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [libradb](https://github.com/amit-davidson/LibraDB) - LibraDB is a simple database with less than 1000 lines of code for learning. - [LinDB](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. - [lotusdb](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. +- [NornicDB](https://github.com/orneryd/NornicDB) - High performance graph + vector database (Neo4j and qDrant compatible), focused on low latency graph-rag retreival for AI systems. - [Milvus](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. - [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. - [NoKV](https://github.com/feichai0017/NoKV) - High-performance distributed KV storage based on LSM Tree. From 3024113a55939b7ea90e23097d92ba326d8e2dd1 Mon Sep 17 00:00:00 2001 From: TJ Sweet Date: Thu, 5 Mar 2026 11:22:00 -0700 Subject: [PATCH 2/2] alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f87bcfe9..a4b7f71e 100644 --- a/README.md +++ b/README.md @@ -756,10 +756,10 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [libradb](https://github.com/amit-davidson/LibraDB) - LibraDB is a simple database with less than 1000 lines of code for learning. - [LinDB](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. - [lotusdb](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. -- [NornicDB](https://github.com/orneryd/NornicDB) - High performance graph + vector database (Neo4j and qDrant compatible), focused on low latency graph-rag retreival for AI systems. - [Milvus](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. - [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. - [NoKV](https://github.com/feichai0017/NoKV) - High-performance distributed KV storage based on LSM Tree. +- [NornicDB](https://github.com/orneryd/NornicDB) - High performance graph + vector database (Neo4j and qDrant compatible), focused on low latency graph-rag retreival for AI systems. - [nutsdb](https://github.com/xujiajun/nutsdb) - Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. - [objectbox-go](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. - [pebble](https://github.com/cockroachdb/pebble) - RocksDB/LevelDB inspired key-value database in Go.