otobus / event_bus

:surfer: Traceable, extendable and minimalist **event bus** implementation for Elixir with built-in **event store** and **event watcher** based on ETS.

Home Page:https://hexdocs.pm/event_bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can it be used in umbrella project or in distributed system ?

r8code opened this issue · comments

commented

Hi , I want to ask :
can it be used in umbrella project ? if can what config or setting I should set ?
can it also be used in distributed system ?
Thank you

Hi @r8code

It is possible to use event_bus library in umbrella project. Currently, because of my busy schedule, I can't provide a documentation but it is very close to run it on any single project. For distributed system part, it really depends on your design. I recommend reading the last section of the Medium story https://medium.com/elixirlabs/decoupled-modules-with-elixir-eventbus-a709b1479411#770e

Just as a side note, I am closing the issue since it is closer to the consultancy rather than issue.
Thank you for using event_bus 🏄

commented

Thank you for the library ,
the article gives the clue.