An implementation of a Message Broker in Elixir. Find out way more in /report/report.md
.
To run locally:
mix run lib/script.exs
To run the Docker container:
docker compose up --build
If available in Hex, the package can be installed
by adding messagebroker
to your list of dependencies in mix.exs
:
def deps do
[
{:messagebroker, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/messagebroker.