rosedb
rixxdb
rosedb | rixxdb | |
---|---|---|
1 | 1 | |
2,850 | 28 | |
- | - | |
10.0 | 0.0 | |
over 2 years ago | almost 3 years ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rosedb
-
Open Source Databases in Go
rosedb - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset.
rixxdb
-
Cloud database for tomorrow's applications (written in Rust)
Hi the_duke. The base implementation of that key-value store (written in Golang) can be found here: https://github.com/surrealdb/rixxdb
I don't think the implementation of the ideas in the thesis were added to the public project in the end.
We will be working on this in due course in Rust, however, and the implementation will be completely open source!
What are some alternatives?
chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse
go-store - Lightweight embedded database in pure Go inspired by lowdb
LibraDB - LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
surrealdb - A scalable, distributed, collaborative, document-graph database, for the realtime web
TtlMap - A golang map in which entries expire after given a time period
mongo-go-driver - The Official Golang driver for MongoDB
tikv - Distributed transactional key-value database, originally created to complement TiDB
golang-kv - Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api of pure Golang
goleveldb - LevelDB key/value database in Go.
LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
gobigdis - 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.