Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.14 KB

event-driven-design.md

File metadata and controls

25 lines (21 loc) · 2.14 KB

Bookmarks tagged [event-driven-design]

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.


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...


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...