Apache CouchDB was initially developed at IBM and donated later on to the Apache Software Foundation.Compared to other databases around, CouchDB is still very young, but this has not stopped it from gathering quite a following in its short lifespan.The...

Apache Crunch

Apache Crunch 0.13.0 updated

A pipeline is a concatenation of operations to perform a specific job, arranged so that the output of each element is the input of the next.Apache Crunch provides an easier method of dealing with Apache Hadoop MapReduce pipelines.Crunch simplifies this...

Apache Derby

Apache Derby 10.12.1.1 updated

Apache Derby is one of the first database engines the Apache Software foundation hosted under its umbrella before big names like Yahoo's Hadoop, Facebook's Cassandra, or IBM's CouchDB were also donated to it. Coded from the beginning to...

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

Apache Empire-db

Apache Empire-db 2.4.4 updated

Apache Empire-db functions like a Java ORM but it provides extra support for basic data persistence methods. This implicitly means better targeted SQL statements that provide better and more efficient query results. Empire-db is easy to use, not requiring...

Apache Gora

Apache Gora 0.6.1 updated

Apache Gora aims at providing a common ground on which developers can create tools that can handle large quantities of information, regardless of their underlying storage unit. Gora is written in Java and was created as an alternative to other Java ORMs...

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

Apache JDO is a Java API that provides easy & well documented methods for storing, accessing and manipulating persistent data.This kind of data is stored using classic POJOs (simple Java objects) and will allow developers to store some of their...