Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.94 KB

DATABASES.md

File metadata and controls

30 lines (18 loc) · 1.94 KB

Open Source Databases

Cloud Databases

Key-Value

  • BadgerDB - embeddable, persistent and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database.
    ★ 11.5k ★ ONdgraph.io/badger

Time Series

  • InfluxDB - scalable datastore for metrics, events, and real-time analytics
    ★ 24.4k ★ ONinfluxdata.com

Graph Databases

  • Neo4j - the world’s leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables — yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs.
    ★ 10.6k ★ ONneo4j.com

  • ArangoDB - native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
    ★ 12.7k ★ ONwww.arangodb.com

Message Brokers

  • Plumber - native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
    ★ 1.6k ★ ONbatch.sh