kingshard
A high-performance MySQL proxy (by flike)
goleveldb
LevelDB key/value database in Go. (by syndtr)
kingshard | goleveldb | |
---|---|---|
- | 15 | |
6,416 | 6,219 | |
0.1% | 0.2% | |
2.5 | 0.0 | |
10 months ago | 10 months ago | |
Go | Go | |
- | BSD 2-clause "Simplified" 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.
kingshard
Posts with mentions or reviews of kingshard.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning kingshard yet.
Tracking mentions began in Dec 2020.
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/
What are some alternatives?
When comparing kingshard and goleveldb you can also consider the following projects:
vitess - Vitess is a database clustering system for horizontal scaling of MySQL.
badger - Fast key-value DB in Go.
Tile38 - Real-time Geospatial and Geofencing
bolt
tidb - TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support