goleveldb
LevelDB key/value database in Go. (by syndtr)
Tile38
Real-time Geospatial and Geofencing (by tidwall)
Our great sponsors
goleveldb | Tile38 | |
---|---|---|
13 | 6 | |
5,117 | 8,085 | |
- | - | |
1.7 | 8.3 | |
8 days ago | 26 days 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-04-01.
- 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/
- https://np.reddit.com/r/coding/comments/p79ywb/icefiredbdistributed_disk_storage_database_based/h9i8p6q/
Tile38
Posts with mentions or reviews of Tile38.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
-
Redcon - Redis compatible server framework for Rust
I ported it from Go and use it for my Tile38 project.
- Tile38 - a geolocation data store, spatial index, and realtime geofence
- Path hints for B-trees can bring a performance increase of 150% – 300%
- How do I implement push notifications on a 10 mile radius from a certain user?
What are some alternatives?
When comparing goleveldb and Tile38 you can also consider the following projects:
badger - Fast key-value DB in Go.
bolt
go-mysql-elasticsearch - Sync MySQL data into elasticsearch
vitess - Vitess is a database clustering system for horizontal scaling of MySQL.
bbolt - An embedded key/value database for Go.
buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
ledisdb - A high performance NoSQL Database Server powered by Go
groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
goqu - SQL builder and query library for golang
prometheus - The Prometheus monitoring system and time series database.
dgraph - Native GraphQL Database with graph backend