DEV Community

Cover image for How Stream Processing Makes Your Event-Driven Architecture Even Better

How Stream Processing Makes Your Event-Driven Architecture Even Better

Jason Skowronski on December 11, 2019

If you’re an architect or developer looking at event-driven architectures, stream processing might be just what you need to make your app faster, m...
Collapse
 
kataras profile image
Gerasimos (Makis) Maropoulos • Edited

Nice article Jason! For beginners I am highly suggest to read Vaidehi's article at: dev.to/vaidehijoshi/ordering-distr... to understand ordering of distributed events and more. Also, it's worth mentioning here the Kafka production-ready Lenses platform: lenses.io for newcomers and experienced to data ops

Collapse
 
rmoff profile image
Robin Moffatt

It's worth checking out Kafka Streams (part of Apache Kafka) and ksqlDB too for stream processing.