Skip to content

Implements messaging exchange with schema validation

License

Notifications You must be signed in to change notification settings

herald-library/herald

Repository files navigation

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.

About

Implements messaging exchange with schema validation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published