└── README.md /README.md: -------------------------------------------------------------------------------- 1 | awesome-databases 2 | ================= 3 | 4 | A curated list of awesome databases 5 | 6 | ### Relational Databases 7 | * [MySQL](http://mysql.com) - MySQL is the world's most popular open source database. 8 | * [PostgreSQL](http://www.postgresql.org/) - PostgreSQL is a powerful, open source object-relational database system. 9 | * [MariaDB](https://mariadb.org/) - An enhanced, drop-in replacement for MySQL. 10 | 11 | ### NoSQL Databases 12 | * [Redis](https://github.com/antirez/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 13 | * [RethinkDB](https://github.com/rethinkdb/rethinkdb) - An open-source distributed JSON document database with a pleasant and powerful query language. 14 | * [MongoDB](https://github.com/mongo/mongo) - The Mongo Database 15 | * [PouchDB](https://github.com/pouchdb/pouchdb) - PouchDB is a pocket-sized database. 16 | 17 | ### Graph Databases 18 | * [neo4j](https://github.com/neo4j/neo4j) - Graphs for Everyone 19 | * [FlockDB](https://github.com/twitter/flockdb) - A distributed, fault-tolerant graph database 20 | * [Titan](https://github.com/thinkaurelius/titan) - Distributed Graph Database 21 | * [OrientDB](https://github.com/orientechnologies/orientdb) - OrientDB document graph NoSQL dbms (database) 22 | * [ArangoDB](https://github.com/triAGENS/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. 23 | --------------------------------------------------------------------------------