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
- Host: GitHub
- URL: https://github.com/benoitc/dcouch
- Owner: benoitc
- Created: 2014-03-24T20:49:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T22:31:42.000Z (almost 12 years ago)
- Last Synced: 2025-07-26T10:43:45.914Z (7 months ago)
- Size: 148 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.