Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pma/riak_ecto
Riak adapter for Ecto
https://github.com/pma/riak_ecto
Last synced: 2 months ago
JSON representation
Riak adapter for Ecto
- Host: GitHub
- URL: https://github.com/pma/riak_ecto
- Owner: pma
- License: unlicense
- Created: 2015-08-10T20:27:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T11:21:33.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T02:13:07.642Z (5 months ago)
- Language: Elixir
- Size: 77.1 KB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Riak adapter for Ecto. (ORM and Datamapping)
- fucking-awesome-elixir - riak_ecto - Riak adapter for Ecto. (ORM and Datamapping)
- awesome-elixir - riak_ecto - Riak adapter for Ecto. (ORM and Datamapping)
README
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.