Category: NoSQL Data Stores – Free Software

Apache Cassandra

The Apache Cassandra Project develops a highly scalable distributed database, bringing together Dynamo’s fully distributed design and Bigtable’s ColumnFamily-based data mode Download the latest stable release of Apache Cassandra LINK Apache Cassandra Documentation (DataStax) LINK Cassandra...

Hypertable

Hypertable: Modeled after Google’s Bigtable project, Hypertable is an open source software designed to manage the storage and processing of information on a large cluster of commodity servers, providing resilience to machine and component failures....

Databeans

Databeans is a fully object oriented persistence framework for java, based on the use of javabeans accessor methods to read/write data on disk in place of in class instance fields, available under GPL. LINK