pogreb
Bitcask
pogreb | Bitcask | |
---|---|---|
4 | - | |
1,317 | 31 | |
0.2% | - | |
4.6 | 3.0 | |
23 days ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | MIT 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.
pogreb
- Sparkey is a simple constant key/value storage library
-
Open Source Databases in Go
pogreb - Embedded key-value store for read-heavy workloads.
-
Recommendation for Key/Value storage
I will agree with built in maps, badger, and bbolt as previously mentioned. Some unique cases require that you do many read. Take a look at the design of https://github.com/akrylysov/pogreb.
Bitcask
We haven't tracked posts mentioning Bitcask yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
nutsdb - A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
badger - Fast key-value DB in Go.
pebble - RocksDB/LevelDB inspired key-value database in Go
bbolt - An embedded key/value database for Go.
atlas - Manage your database schema as code
migrate - Database migrations. CLI and Golang library.
go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
Tile38 - Real-time Geospatial and Geofencing
dgraph - high-performance graph database for real-time use cases
cockroach - CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.