Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalMessageQueue

CircleCI Coverage Status

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.

Installation

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

Development Mix Tasks

  • mix coveralls - generate coverage
  • mix dialyzer - run static analysis

About

Framework for building local asynchronous and observable pipelines

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages