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

https://github.com/shun159/etude

riak_core practice
https://github.com/shun159/etude

elixir etude riak-core

Last synced: about 1 year ago
JSON representation

riak_core practice

Awesome Lists containing this project

README

          

# Etude Application

Application for learning how to build an application on top of riak_core application.

ref: https://github.com/rzezeski/try-try-try/
ref: https://github.com/lambdaclass/riak_core_tutorial
ref: https://github.com/basho/riak_core/wiki/
ref: https://medium.com/@GPad/create-a-riak-core-application-in-elixir-part-1-41354c1f26c3

- [x] ping example
- [x] KVS example (based on ETS)