libmdbx
LevelDB
libmdbx | LevelDB | |
---|---|---|
2 | 27 | |
1,030 | 36,291 | |
- | 0.7% | |
9.6 | 2.3 | |
over 2 years ago | about 1 month ago | |
C | C++ | |
GNU General Public License v3.0 or later | 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.
libmdbx
-
Daily General Discussion - April 16, 2022
What the actual f. Is there any kind of explanation for this from Microsoft? I did notice this is giving 404 https://github.com/erthink/libmdbx
-
Citrix has removed CVE acknowledgements of Positive Technologies researchers
https://github.com/erthink/libmdbx (works for Positive Technologies)
> This is a mirror of the origin repository that was moved to abf.io because of discriminatory restrictions for Russian Crimea.
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?
RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.
LMDB - Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
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.
LMDB++ - C++11 wrapper for the LMDB embedded B+ tree database library.
MongoDB - The MongoDB Database
SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)
FlashDB - An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
TileDB - The Universal Storage Engine
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability