Mongorito

Mongorito 1.4.6 updated

Mongorito lets developers easily interact and run various database transactions against MongoDB, a popular document-oriented database management system. The package is basically an ORM for MongoDB, but since MongoDB is a NoSQL database and has no tables...

Mysql2

Mysql2 0.4.2 updated

Mysql2 was developed at GitHub for simplifying the way Ruby developers work with MySQL. With Mysql2, it is extremely easy to connect to a database, run MySQL queries and then return the results in a readable format. This is Mysql2 links to the...

Apache HBase

Apache HBase 1.2.0 updated

Apache HBase was modeled after Google's internal BigTable database system and was built atop the famous Apache Hadoop data processing framework and distributed computing engine. Because it was built on Hadoop, some of its cool features are also inherited...

Sequelize

Sequelize 3.9.0 updated

Sequelize works on the principle of mapping database entries to JS objects and vice versa. This is because JS objects are very well documented and JavaScript itself was modeled to deal with array structures much better than with SQL tables. This enables a...

Apache Cassandra

Apache Cassandra 3.5.0 / 2.2.6 updated

Apache Cassandra was initially built by Facebook for their own servers and services, using principles developed by Google and Amazon for BigTable and DynamoDB. Currently the project was donated to the Apache Foundation who continues to developed it...

Apache Slider

Apache Slider 0.80.0 updated

Apache Slider targets Hadoop environments and is based on the database's next generation MapReduce 2.0 standard, also known as YARN. Slider can be used to create YARN-compliant applications that interact with the underlying Hadoop database or database...