An open API service indexing awesome lists of open source software.

https://github.com/benoitc/dcouch

an Alternative to Mnesia with Unique Features
https://github.com/benoitc/dcouch

Last synced: 7 months ago
JSON representation

an Alternative to Mnesia with Unique Features

Awesome Lists containing this project

README

          

# dcouch

*An alternative to Mnesia withuUnique features*

> **WIP**, For the initial version look at http://github.com/benoitc/opencouch.

At the Erlang Factory SF BAY AREA 2014, I gave a quick lightning talk
introducing opencouch a document oriented database compatible with
Apache CouchDB that you can embed in your Erlang Application. The main
goal of opencouch is to propose a viable alternative to mnesia while
adding some key features of Apache CouchDB like the master-master
replication or new features like the horizontal scalability and multiple
storage backends. The feedback was really encouraging and I decided to
go further. Opencouch now named "dcouch" is one of the core component of
the [refuge](http://refuge.io) project.