goleveldb
LevelDB key/value database in Go. (by syndtr)
ledisdb
A high performance NoSQL Database Server powered by Go (by ledisdb)
goleveldb | ledisdb | |
---|---|---|
15 | 7 | |
6,145 | 4,097 | |
- | 0.2% | |
0.0 | 0.0 | |
5 months ago | 12 months ago | |
Go | Go | |
BSD 2-clause "Simplified" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
goleveldb
Posts with mentions or reviews of goleveldb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-12.
-
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/
ledisdb
Posts with mentions or reviews of ledisdb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-16.
- I deleted 78% of my Redis container and it still works
- 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/
- https://np.reddit.com/r/coding/comments/p79ywb/icefiredbdistributed_disk_storage_database_based/h9i8p6q/
What are some alternatives?
When comparing goleveldb and ledisdb you can also consider the following projects:
badger - Fast key-value DB in Go.
Tile38 - Real-time Geospatial and Geofencing
bolt
buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
bbolt - An embedded key/value database for Go.
groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
tiedot - A rudimentary implementation of a basic document (NoSQL) database in Go
kingshard - A high-performance MySQL proxy
BigCache - Efficient cache for gigabytes of data written in Go.