diff --git a/README.md b/README.md index 4d13add..8090047 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin * [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. * [memcache](https://github.com/memcached/memcached) - Free & open source, high-performance, distributed memory object caching system * [monetdb](https://github.com/snaga/monetdb) - [website](https://www.monetdb.org/) -* [mongo](https://github.com/mongodb/mongo) - The Mongo Database http://www.mongodb.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/) * [facebook/mysql-5.6](https://github.com/facebook/mysql-5.6) - Facebook's branch of the Oracle MySQL v5.6 database * [twitter/mysql](https://github.com/twitter/mysql) - MySQL fork maintained and used at Twitter https://github.com/twitter/mysql/wiki * [postgres](https://github.com/postgres/postgres) @@ -68,8 +68,6 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## 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/) - ## Scala