Skip to content

Framework for building local asynchronous and observable pipelines

Notifications You must be signed in to change notification settings

coryc5/local_message_queue

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages