Perhap is an event store written in elixir.
If available in Hex, the package can be installed as:
- Add
perhap_apito your list of dependencies inmix.exs:
```elixir
def deps do
[{:perhap_api, "~> 0.0.1"}]
end
```
- Ensure
perhap_apiis started before your application:
```elixir
def application do
[applications: [:perhap_api]]
end
```