Skip to content

Files

Latest commit

6a657c8 · Jan 21, 2023

History

History
126 lines (79 loc) · 8.24 KB

File metadata and controls

126 lines (79 loc) · 8.24 KB

Track Awesome Db Updates Daily

A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/

🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 numetriclabz/awesome-db · ⭐ 1K · 🏷️ Databases

[ Daily / Weekly / Overview ]

JAVA

JAVA

  • lmdbjni (⭐201) - LMDB for Java, which is a very fast embedded key/value store with full ACID semantics.

dot-net

  • OrigoDB - An in-memory embedded database engine for NET/Mono

Javascript

  • mongodb (⭐23k) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data types. Embedded documents and arrays reduce need for joins. Dynamic schema makes polymorphism easier. [website] (https://www.mongodb.org/)

Research Papers

  • db-readings (⭐7k) - A list of papers essential to understanding databases and building new data systems

Javascript

Erlang

  • Pulsedb - Pulsedb is a time series database server and library.

Go-lang

  • roshi (⭐3k) - Roshi is a large-scale CRDT set implementation for timestamped events.

C / CPP

C / CPP

  • tokudb-engine (⭐642)- TokuDB is a high-performance, write optimized, compressing, transactional storage engine for MySQL and MariaDB
  • TokuMX (⭐694)- TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB

Clojure

C / CPP

dot-net

Erlang

  • riak (⭐3.7k) - Riak is a decentralized datastore from Basho Technologies.

Go-lang

  • bolt (⭐13k) - A low-level key/value database for Go.
  • diskv (⭐1.2k) - A home-grown disk-backed key-value store.
  • go-cache (⭐6.6k) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
  • goleveldb (⭐5.4k) - An implementation of the LevelDB key/value database in the Go.
  • groupcache (⭐12k) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
  • influxdb (⭐24k) - Scalable datastore for metrics, events, and real-time analytics
  • ledisdb (⭐3.9k) - Ledisdb is a high performance NoSQL like Redis based on LevelDB.
  • skydb.io - Sky is an open source database used for flexible, high performance analysis of behavioral data.
  • tiedot (⭐2.7k) - Your NoSQL database powered by Golang.

JAVA

Scala