rosedb
LevelDB
rosedb | LevelDB | |
---|---|---|
1 | 27 | |
2,850 | 36,347 | |
- | 0.9% | |
10.0 | 2.3 | |
over 2 years ago | about 2 months ago | |
Go | C++ | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
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
-
Open Source Databases in Go
rosedb - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset.
LevelDB
-
Codebases to read
I'm partial to how cleanly written https://github.com/google/leveldb is. It is a reasonable size to fully read & grok in not too long.
-
Unpacking LSM-Trees: The Powerhouse Behind Modern Databases
[4] leveldb/doc/impl.md at main · google/leveldb. GitHub. Retrieved October 21, 2023 from https://github.com/google/leveldb/blob/main/doc/impl.md
- Bloom filter support to leveldb by Sanjay Ghemawat
- SQLite performance tuning: concurrent reads, multiple GBs and 100k SELECTs/s
-
The Witty Guide to Installing LevelDB on Ubuntu: HostRooster® Edition
git clone https://github.com/google/leveldb.git
-
Is there a lightweight, stable and embedded database library?
leveldb?
- Ask HN: What's the best source code you've read?
-
LevelDB VS ZoneTree - a user suggested alternative
2 projects | 22 Aug 2022
- Is Mongo as popular in the job world as it is with tutorial makers?
-
Open Source Databases in Go
goleveldb - Implementation of the LevelDB key/value database in Go.
What are some alternatives?
chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse
RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.
rixxdb - A versioned, embedded, strongly-consistent, key-value database
Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
LibraDB - LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
MongoDB - The MongoDB Database
TtlMap - A golang map in which entries expire after given a time period
SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)
go-store - Lightweight embedded database in pure Go inspired by lowdb
LMDB - Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
golang-kv - Bundle embedded DB (badger & boltdb & leveldb & pebble & nutsdb) wrapper with fixed & simple api of pure Golang
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability