Hello,
I'm considering applying for Erlang's Project 'riak_core_lite' - Idea1 : Implementation of Dynamo-style KV-store.
I spent the last few weeks learning about distributed actor systems as I'm taking 'Programming Reactive Systems' course on edX,
and I made a project using Akka framework and Scala Language.
The Project was a Single-Leader Distributed KV-store
you can see the code here :
I first read about Dynamo-style Databases and Riak when I read the chapter on Replication in Martin Kleppmann's book "Designing Data-Intensive Applications".
However, I'm completely new to Erlang Ecosystem.
If so, would you please recommend me some resources to get familiar with the Erlang/Elixir and with Riak?