A lightweight document-oriented NoSQL database written in pure Golang.
-
Updated
Feb 12, 2025 - Go
A NoSQL database refers to a database whose storage format is modeled differently from relational databases. Often NoSQL databases opt for simpler horizontal scaling to clusters of servers. NoSQL databases are often used for large data web applications.
A lightweight document-oriented NoSQL database written in pure Golang.
CursusDB is an open-source distributed in-memory yet persisted document oriented database system with real time capabilities.
A simple in memory cache written using go
WireDB is a NoSQL database based on Log-structured file system.
SQL/NoSQL DB Guide. Learn about SQL/NoSQL databases & Distributed Systems.
Monaliza is a tool for scanning and analyzing MongoDB database for any performance issues, which lead to high CPU consumption.
💎 Flexible, high performance IMDB & disk hybrid database written in Go. Features a brand-new modernistic query language and deep schema validation.
A key-value NoSQL DB
GoBigdis is a persistent database based on the Redis server protocol. Any Redis client can interface with it and start to use it right away.
A key/value storage system that "shards" or partitions the keys over a set of replica groups
A NoSQL database implementation, alternative to redis.
A bare-bones redis server with persistence built from scratch
An experiment with using Couchbase as a drop-in replacement for PostgreSQL
A levelDB-based database, now is implementing stand-alone function based on C/S. After the stand-alone function is completed, cluster functions will be added. MarioDB supports unstructured data.
Simple Cache是一个使用go语言开发的简洁、高性能的内存KV数据库,支持Redis协议。
Implementation of Cassandra DB for 50.041
Real time website analytics tool with kafka streams
GnoSQL is a lightweight, in-memory NoSQL database implemented in Go. It offers a simple and intuitive API for storing and retrieving data without the need for a persistent backend. With support for concurrent operations through goroutines.