comsysto / jumbodb

22 stars 1 forks source link

jumboDB

Website: http://comsysto.github.com/jumbodb/

Wiki: https://github.com/comsysto/jumbodb/wiki

Quick Installation: https://github.com/comsysto/jumbodb/wiki/Quick-installation-guide

Download: http://repository-comsysto.forge.cloudbees.com/release/org/jumbodb/database/

Twitter: @devproof http://twitter.com/devproof

Latest version: 0.1.0 (12th Sep 2014)

What is it good for?

Features

Core ideas of jumboDB

Big Data for the masses!

Balancing performance and cost efficiency

  1. Affordable Big Data Low IO requirements, efficient usage of disk space, low memory footprint

  2. Fast disk access through compression Snappy achieves compression rates up to 5 times increasing disk IO efficiency and saving storage cost

  3. Batch processing - delivery driven approach "Write once - read many" one batch of data is an atomic write with the rollback possibility

  4. Supports JSON documents Schema flexibility for rapid application development

  5. Power and scalability of Apache Hadoop For batch processing, aggregation and indexing of your data.(e.g. writes up to 500.000 JSON documents per second into the data store)

  6. Low read latency for end-user apps Optimized querying even for large result sets through multithreading and efficient data streaming (e.g. 100.000 JSON documents returned in less than a second)

  7. Hadoop Connector, Java Driver and R connector are available

Setup JumboDB

Please see the JumboDB Wiki https://github.com/comsysto/jumbodb/wiki

Licenses

The connectors are licensed under Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0.html

The database is licensed under Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0.html