event-driven-design.md
July 15, 2021 · View on GitHub
Bookmarks tagged [event-driven-design]
www.codever.land/bookmarks/t/event-driven-design
5 Protocols For Event-Driven API Architectures
https://nordicapis.com/5-protocols-for-event-driven-api-architectures/
We define and compare five ways to design event-driven APIs; WebSockets, Webhooks, REST Hooks, Server Sent Events (SSE), and Pub-Sub.
- :calendar: published on: 2017-07-18
- tags: event-driven-design, api, rest, grpc, websocket
GOTO 2017 • The Many Meanings of Event-Driven Architecture • Martin Fowler - YouTube
https://www.youtube.com/watch?v=STKCRSUsyP0
During my career, I've often people heard people describe their systems as "event-driven". But when looking deeper that phrase seems to lead to some very different architectural assumptions. On a rece...
- :calendar: published on: 2017-05-11
- tags: event-driven, event-driven-design, architecture, cqrs, event-sourcing
Eventually Consistent - Revisited - All Things Distributed
https://www.allthingsdistributed.com/2008/12/eventually_consistent.html
The goal of this article is to raise awareness about the complexity of engineering systems that need to operate at a global scale and that require careful tuning to ensure that they can deliver the du...
- :calendar: published on: 2012-08-22
- tags: event-driven-design, distributed-computing, distributed-storage, availability