rosedb VS redcon

Compare rosedb vs redcon and see what are their differences.

redcon

Redis compatible server framework for Go (by tidwall)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rosedb redcon
3 4
4,363 2,097
1.7% -
7.9 0.0
9 days ago 6 months ago
Go Go
Apache License 2.0 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.

rosedb

Posts with mentions or reviews of rosedb. 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

Posts with mentions or reviews of redcon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-14.
  • Should I write my own Redis?
    1 project | news.ycombinator.com | 17 Mar 2024
    Hello,

    there is an excellent library for golang which allows you to implement the redis server protocol: https://github.com/tidwall/redcon

    I would like to put in the effort to implement most redis commands there and map them to SQL so that all data can be saved inside a fine tuned sqlite.

    Essentially if this is implemented we would have a database compatible to redis, the difference is that data is saved to disk and not to RAM.

    Is there a use case for that? Do people want that? There is some interesting things that could be done with that but I am not sure if the world needs this.

  • Redcon - Redis compatible server framework for Rust
    10 projects | /r/rust | 14 May 2022
    I ported it from Go and use it for my Tile38 project.
  • Redis-compatible key-value store in Go
    1 project | /r/golang | 19 Apr 2022
    1 project | /r/databasedevelopment | 19 Apr 2022

What are some alternatives?

When comparing rosedb and redcon you can also consider the following projects:

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.

rsync - gokrazy rsync

TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

Tile38 - Real-time Geospatial and Geofencing

bolt

redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more

Milvus - A cloud-native vector database, storage for next generation AI applications

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

dgraph - The high-performance database for modern applications

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.

Databunker - Secure SDK/vault for personal records/PII built to comply with GDPR

redcon.rs - Redis compatible server framework for Rust