rosedb
goleveldb
rosedb | goleveldb | |
---|---|---|
1 | 15 | |
2,850 | 6,145 | |
- | - | |
10.0 | 0.0 | |
over 2 years ago | 5 months ago | |
Go | Go | |
Apache License 2.0 | BSD 2-clause "Simplified" License |
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.
goleveldb
-
Looking for fast, space-efficient key-lookup
Looks like a job for GoLevelDB.
-
Open Source Databases in Go
goleveldb - Implementation of the LevelDB key/value database in Go.
- A Database for 2022
-
An IndexedDB clone in pure Go
I wanted to get deeper insights into both indexeddb and leveldb, so decided to write an indexeddb wrapper around goleveldb.
-
What type of software do you write at your workplace?
https://github.com/syndtr/goleveldb for heavy-duty local data storage.
-
Embedded write-heavy on-disk cache, write-amplification
We're using go-leveldb for a reasonably high-load case here at my $dayjob.
-
Best way to store logs?
I would used some embedded kv store like go-leveldb or bolt. Key is BigEnding timestamp + optional tail to allow duplicate timestamps.
-
Memory leack (?) with pprof on graphql server
I'm using the leveldb https://github.com/syndtr/goleveldb for the moment because I'm developing the architecture. Mh, leveldb support the only the inmem db? :/
- IceFireDB:Distributed disk storage database based on Raft and Redis protocol.
- https://np.reddit.com/r/programming/comments/p7a56u/icefiredbdistributed_disk_storage_database_based/h9i9j44/
What are some alternatives?
chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse
badger - Fast key-value DB in Go.
rixxdb - A versioned, embedded, strongly-consistent, key-value database
bolt
LibraDB - LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
bbolt - An embedded key/value database for Go.
TtlMap - A golang map in which entries expire after given a time period
buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
go-store - Lightweight embedded database in pure Go inspired by lowdb
Tile38 - Real-time Geospatial and Geofencing
golang-kv - Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api of pure Golang
kingshard - A high-performance MySQL proxy