Category: NoSQL Data Stores – Free Software
Globals.
Globals is a free database from InterSystem. Globals offer multi-dimensional storage. The first version is for Java. LINK
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...
db4o as Storage Provider in Voldemort
Voldemort’s local persistence component allows for different storage engines to be plugged in. This software creates a new storage engine that uses db4o as storage engine in Voldemort. The source code is available under...
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