Datomic

Datomic 0.9.5344 updated

Datomic uses advanced concepts when it comes to storing and retrieving information from a database, coming packed with lots of features and utilities that will make your rethink all you know and have known about database engines. But here's a better...

Infinispan

Infinispan 8.1.0 updated

Infinispan can be used in two ways. As a distributed cache system. Or as a powerful data grid, a highly scalable NoSQL key/value store database. Both ways provide a high degree of performance and have made Infinispan a common technology in mediums where...

Apache Tajo

Apache Tajo 0.11.0 updated

A data warehouse system is a database used for reporting and data analysis. Apache Tajo is the implementation of this concept, but specifically tailored to work with Hadoop, a powerful NoSQL database developed by Yahoo and currently managed by the Apache...

CaminteJS

CaminteJS 0.2.3 updated

CaminteJS is an abstraction layer for interfacing with various data storage systems from within Node.js applications. It provides ways of sending and retrieving data from one of the supported databases using minimum SQL syntax and as much native...

Crate

Crate 0.54.1 updated

Crate is a database coded in Java that uses the classic SQL syntax to index and store information in one machine or using server clusters. Data can be easily queried and made available in real-time, allowing developers to easily scale up their...

Django-DBBackup

Django-DBBackup 2.3.3 updated

Backs up a Django app's database to various environments and restores them when needed.Features: Keep your important data secure and offsite. Use Crontab or Celery to setup automated backups. Great to keep your development database up to date. Supported...

Apache Drill

Apache Drill 1.4.0 updated

Apache Drill was created to allow developers to query up to 10,000 servers and handle petabytes of query data within seconds. Drill is Apache's response to Google's Dremel package, providing an open source solution for running large data...

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...

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...

Apache Parquet

Apache Parquet 2.3.1 updated

Apache Parquet is a "columnar" data storage format that was specifically created for the Apache Hadoop family of projects. Parquet is recommended to be used with large data, mainly because it uses a complex data compression system, relying on a series of...