Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some databases and shell section #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin
* [tokudb-engine](https://github.com/Tokutek/tokudb-engine)- TokuDB is a high-performance, write optimized, compressing, transactional storage engine for MySQL and MariaDB
* [TokuMX](https://github.com/Tokutek/mongo)- TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB
* [VoltDB](https://github.com/VoltDB/voltdb/) - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements.
* [arangodb](https://github.com/arangodb/arangodb) - A distributed multi-purpose NoSQL database with a flexible data model for documents, graphs, and key-values.


## dot-net
Expand Down Expand Up @@ -63,17 +64,23 @@ A curated list of amazingly awesome database libraries, resources and shiny thin
* [neo4j](https://github.com/neo4j/neo4j) - [Neo4j](http://neo4j.org) is the world’s leading Graph Database.
* [orientdb](https://github.com/orientechnologies/orientdb) - OrientDB is an Open Source NoSQL DBMS with the features of both Document and Graph DBMSs.
* [voldemort](https://github.com/voldemort/voldemort) - An open source clone of Amazon's Dynamo. [website](http://project-voldemort.com)
- [Titan](https://github.com/thinkaurelius/titan) - Distributed Graph Database http://titandb.io
* [Titan](https://github.com/thinkaurelius/titan) - Distributed Graph Database http://titandb.io


## Javascript
* [couchdb](https://github.com/apache/couchdb) - Apache CouchDB™ is a database that uses JSON for documents,JavaScript for MapReduce indexes, and regular HTTP for its API [website] (http://couchdb.apache.org/)
* [mongodb](https://github.com/mongodb/mongo) - 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/)

* [pouchdb](https://github.com/pouchdb/pouchdb) - PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.


## Scala
* [BlinkDB](https://github.com/sameeragarwal/blinkdb) - BlinkDB: Sub-Second Approximate Queries on Very Large Data [website] (http://blinkdb.cs.berkeley.edu/)
* [flockdb](https://github.com/twitter/flockdb) - A distributed, fault-tolerant graph database


## Shell
* [Riak](https://github.com/basho/riak) - Riak is a distributed, decentralized data storage system.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already included in Erlang section.



## Research Papers
* [db-readings](https://github.com/rxin/db-readings) - A list of papers essential to understanding databases and building new data systems