pma / riak_ecto

Riak adapter for Ecto
The Unlicense
31 stars 4 forks source link

Riak Ecto

Ecto adapter for Riak.

Riak is known as a KV store, but can be used as a document database thanks to the new Data Types (CRDT) and the Solr query interface.

Check the examples/simple application for a usage example.

Warning: This is an experiment in progress. Things will break. Please stand back.