Neo4j.rb

Neo4j.rb 6.1.1 updated

Neo4j.rb is basically an ORM (Object Relational Mapper) for Neo4j. Since Neo4j is a graph engine and not a relational database the correct term would actually be OGM, an Object Graph Mapper. Like any other ORM, ODM, or OGM, Neo4j.rb supports basic...

TinyDB

TinyDB 3.2.1 updated

Comparing TinyDB to MySQL or PostgreSQL is like comparing an ant to the planet Jupiter. At ~100 KB and ~800 lines of source code, TinyDB is one of the smallest No-SQL, document-oriented database systems around. The main purpose of its existence is to...

Squel.js

Squel.js 4.0.0 updated

Sometimes developers prefer using ORMs or query builders to run SQL operations.This is mainly because of SQL's complicated syntax and the different way each database engine interprets it.Squel.js allows developers to use JavaScript syntax to write their...

OrientDB

OrientDB 2.1.9 updated

OrientDB is written in pure Java and weighs around 500Kb of code. It is a professional solution for working with data that needs foremost to be easily accessible before being properly classified. This means OrientDB follows the key-value pair server...

Apache Sqoop

Apache Sqoop 1.4.6 / 1.99.6 updated

Apache Sqoop is a must-have tool for every database administrator, letting them easily move data between the Hadoop NoSQL database to more classic database systems like PostgreSQL, MSSQL, MariaDB, or MySQL - a.k.a. relational databases.Sqoop basically...

Voldemort

Voldemort 1.9.6

Voldemort is written in Java and was developed by LinkedIn.It is not a classic relational database, being more close to NoSQL systems like Redis or FlockDB rather than to MySQL.Voldemort is for managing large amounts of data on multiple servers at...

ArangoDB

ArangoDB 2.8.1 updated

ArangoDB is not your standard database if you've been working with MySQL all your life. There are serious differences between it and classic relational databases, ArangoDB being ideal for high-load and high-speed environments. It's a data storage system...