Can anyone recommend event-driven architecture book?
1–10 of 14 posts
Re: Can anyone recommend event-driven architecture book?
#2https://www.oreilly.com/library/view/designing-data-intensiv...
Re: Can anyone recommend event-driven architecture book?
#3Re: Can anyone recommend event-driven architecture book?
#4Re: Can anyone recommend event-driven architecture book?
#5Re: Can anyone recommend event-driven architecture book?
#6Yeah, none. Run away from it.
Re: Can anyone recommend event-driven architecture book?
#7Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices by Bob Gregory and Harry Percival
External (inter-domain) vs internal (domain) events was super useful to understand.
If you’re trying some idealised event driven architecture I feel this book, and later either Domain Modelling Made Functional (F#) or Domain Driven Design with .NET core could be of use (though this definitely does enough detail on its own).
I think the external events imho are the only must have though. Within the micro service or domain I don’t think event driven is necessarily cleaner or easier Vertical Slice, Clean/Onion, or even layered.
Re: Can anyone recommend event-driven architecture book?
#8Re: Can anyone recommend event-driven architecture book?
#9I found "enterprise integration patterns" very interesting.