Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 892 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 892 Bytes

Herald

Elixir CI

Herald aims to be a tool which allow companies implement this pattern in a simple way, releasing the developers to think in business logic instead details about broker communication, message exchange, etc.

A complemente documentation can be found at https://hexdocs.pm/herald.

Installation

Add in your mix.exs and run mix deps.get:

def deps do
  [
    {:herald, "~> 0.1.0"}
  ]
end

Plugins

Herald support the following Message Brokers:

The following plugins is in our ROADMAP:

  • Herald SQS;
  • GCP Cloud Pub/Sub;
  • Apache Kafka.