Skip to content

EDA (event delivery architecture)

Fernando Hackbart edited this page Jun 9, 2017 · 5 revisions

"Event-driven architecture (EDA), is a software architecture pattern promoting the production, detection, consumption of, and reaction to events."

For more information please check the Wikipedia page.

In the scope of the Biosphere project, we are researching the Apache Kafka project, it looks to behave exaclty as expected (kind of JMS topic).

https://kafka.apache.org

Also Akka seems to be another option to event delivery in the tissue.

http://akka.io

Clone this wiki locally