Category Found : DataBase
Cassandra
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFami ...
CouchDB
Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional ...
FluidDB
FluidDB is a new kind of hosted (cloud) database, designed to provide a global metadata and personalization engine - for everyone and everything. By this we mean that there is a ...
HBase
HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows ...
Jackrabbit
Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in JSR 170 and 283).A content repository is a hierarchical ...
Mnesia
Mnesia is a distributed Database Management System, appropriate for telecommunications applications and other Erlang applications which require continuous operation and soft real-time ...
MongoDB
MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality).MongoDB (from & ...
MySql
MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.The MySQL development project has made its source cod ...
Neo4j
Neo4j is a graph database. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. A graph (mathema ...
Project Voldemort
Voldemort is a distributed key-value storage system.Features:Data is automatically replicated over multiple servers.Data is automatically partitioned so each server contains ...