gocask VS rosedb

Compare gocask vs rosedb and see what are their differences.

gocask

Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data (by aneshas)

rosedb

🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set. [Moved to: https://github.com/flower-corp/rosedb] (by roseduan)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
gocask rosedb
1 1
33 2,850
- -
0.0 10.0
2 months ago almost 2 years ago
Go Go
MIT License Apache License 2.0
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.

gocask

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

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-06-08.

What are some alternatives?

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

rixxdb - A versioned, embedded, strongly-consistent, key-value database

TtlMap - A golang map in which entries expire after given a time period

goleveldb - LevelDB key/value database in Go.

LibraDB - LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.

piladb - Lightweight RESTful database engine based on stack data structures

chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse

clover - A lightweight document-oriented NoSQL database written in pure Golang.

LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

prometheus - The Prometheus monitoring system and time series database.

go-store - Lightweight embedded database in pure Go inspired by lowdb

eliasdb - EliasDB a graph-based database.

golang-kv - Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api of pure Golang