deseresp
Tile38
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.
deseresp
-
Redcon - Redis compatible server framework for Rust
Cool, I released a small library that support deserialize/serialize RESP3 with serde about a month ago here. If you are using, feel free to make any feature request, I'd be happy to support.
Tile38
-
Show HN: TG – Fast geometry library in C
[2] https://github.com/tidwall/tile38
- PostgreSQL: No More Vacuum, No More Bloat
-
Your Data Fits in RAM
I actually worked on a project that did this. We used a database called "Tile38" [1] which used an R-Tree to make geospatial queries speedy. It was pretty good.
Our dataset was ~150 GiB, I think? All in RAM. Took a while to start the server, as it all came off disk. Could have been faster. (It borrowed Redis's query language, and its storage was just "store the commands the recreate the DB, literally", IIRC. Dead simple, but a lot of slack/wasted space there.)
Overall not a bad database. Latency serving out of RAM was, as one should/would expect, very speedy!
[1]: https://tile38.com/
-
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?
jupiter - Jupiter is a framework for wrapping compute or memory intense components to provide them as high throughput and ultra low latency services to applications using the Redis RESP protocol
vitess - Vitess is a database clustering system for horizontal scaling of MySQL.
redcon - Redis compatible server framework for Go
ledisdb - A high performance NoSQL Database Server powered by Go
redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
kingshard - A high-performance MySQL proxy
rosedb - Lightweight, fast and reliable key/value storage engine based on Bitcask.
go-mysql-elasticsearch - Sync MySQL data into elasticsearch
IceFireDB - @IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
goqu - SQL builder and query library for golang
redcon.rs - Redis compatible server framework for Rust
groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.