Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-db

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

Last synced: 1 day ago
JSON representation

  • Clojure

  • C / CPP

    • LMDB - Very fast embedded key/value store with full ACID semantics.
    • 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 [website](http://redis.io)
    • redis-nds - This is a version of Redis patched to implement NDS (the Naive Disk Store). Documentation on this feature is contained within README.nds.
    • SQLite - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
    • SQLite - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
  • dot-net

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

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

    • go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
    • influxdb - Scalable datastore for metrics, events, and real-time analytics
    • ledisdb - 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.
    • influxdb - Scalable datastore for metrics, events, and real-time analytics
    • ledisdb - Ledisdb is a high performance NoSQL like Redis based on LevelDB.
  • JAVA

    • elasticsearch - Open Source, Distributed, RESTful Search Engine [website](http://elasticsearch.org)