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
- Host: GitHub
- URL: https://github.com/shun159/etude
- Owner: shun159
- Created: 2018-07-28T08:08:59.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-02T07:40:19.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T05:30:30.444Z (over 1 year ago)
- Topics: elixir, etude, riak-core
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)