awesome-databases icon indicating copy to clipboard operation
awesome-databases copied to clipboard

A curated list of awesome databases

awesome-databases

A curated list of awesome databases

Relational Databases

  • MySQL - MySQL is the world's most popular open source database.
  • PostgreSQL - PostgreSQL is a powerful, open source object-relational database system.
  • MariaDB - An enhanced, drop-in replacement for MySQL.

NoSQL Databases

  • 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
  • RethinkDB - An open-source distributed JSON document database with a pleasant and powerful query language.
  • MongoDB - The Mongo Database
  • PouchDB - PouchDB is a pocket-sized database.

Graph Databases

  • neo4j - Graphs for Everyone
  • FlockDB - A distributed, fault-tolerant graph database
  • Titan - Distributed Graph Database
  • OrientDB - OrientDB document graph NoSQL dbms (database)
  • ArangoDB - ArangoDB is a multi-purpose, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript/Ruby extensions. Use ACID transaction if you require them. Scale horizontally and vertically with a few mouse clicks.