Apache CouchDB datastore implementation for Apache GORA
- Mentors
- lewismc
- Organization
- Apache Software Foundation
Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support. Apache CouchDB is a document-oriented NoSQL database that uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.
It could be nice to support CouchDB as a datastore at Gora.