LocalMessageQueue is a framework for building asynchronous and observable pipelines locally within an Elixir application. See this blog post and the module docs for more details.
The package can be installed by adding local_message_queue
to your list of dependencies in mix.exs
:
def deps do
[
{:local_message_queue, "~> 0.1.0", github: "coryc5/local_message_queue"}
]
end
- mix coveralls - generate coverage
- mix dialyzer - run static analysis