A simple key-value store application built in Mix.
Part of the Elixir tutorial: https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
Key concepts:
- Processes and Tasks
- ExUnit testing and doctests
- (Dynamic) Supervisors
- Umbrella applications
- ETS Tables
- Distributed tasks
- Production releases