rawkv VS kivi

Compare rawkv vs kivi and see what are their differences.

kivi

Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist (by maxpoletaev)
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
rawkv kivi
2 1
11 38
- -
1.4 5.6
about 1 year 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.

rawkv

Posts with mentions or reviews of rawkv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • Running 2 web apps in one application using Go Routines
    2 projects | /r/golang | 30 Jan 2023
    For example in a distributed database like this, each node of the database has to start one server listening to a port to serve database users’ requests to CRUD data, and start another server on a different port to serve data replication requests between nodes. And you want only one main function for the code running on each node, so using a goroutine like what you shared makes perfect sense.
  • A cloud-native distributed key-value database
    1 project | /r/golang | 28 Jan 2023
    Would like to share this project I wrote some time ago when I first time learned Go. It familiarizes me with core features of Go and makes me love the language even more. I strived to make the code well structured and documented so that it can benefit more people who are interested in Go (or databases). Any suggestions/advices are warmly welcomed!

kivi

Posts with mentions or reviews of kivi. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing rawkv and kivi you can also consider the following projects:

sealer - Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)

sdb - SDB :纯 Go 开发、数据结构丰富、持久化、简单易用的 NoSQL 数据库

regatta - Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.

udisk - The fastest ACID-transactional persisted Key-Value store designed as modified LSM-Tree for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel

etcd - Distributed reliable key-value store for the most critical data of a distributed system

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

easegress - A Cloud Native traffic orchestration system

flashdb - FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)

etcd - Distributed reliable key-value store for the most critical data of a distributed system [Moved to: https://github.com/etcd-io/etcd]

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.

errgroup - Drop in replacement for errgroup that converts panics to errors

gokv - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)