Open Source NoSQL Databases in Java
11 projectsHyperGraphDB is an embeddable, open-source graph database for generalized hypergraphs. It provides an extensible type system, graph traversal, Java object storage, transactions, and optional P2P distribution; built on Berkeley DB.
Berkeley DB Java Edition is an embedded, transactional key-value store in Java with ACID support, replication, and a Java Collections-style API. It runs in-process with no client/server overhead and is maintained by Oracle.
Terrastore is a distributed document store built on Terracotta clustering, with HTTP access, JSON documents, partitioning, and map/reduce. Development ceased around 2011; code is preserved on GitHub and Google Code Archive.
NeoDatis ODB is an object-oriented database and transparent persistence layer for Java, . NET, Groovy, Scala, and Android. It persists native objects directly and can run embedded or in client/server mode.