reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Event Driven Architecture

What’s the difference between a FIFO and a standard queue?

How can the server be assured a message was properly received?

What classic design pattern is best represented by event driven programming?

  1. Consume and Project: this pattern can help when you have a bottleneck legacy service that stores “popular” data of large domain objects.
  2. Event-driven from end to end: the request-reply model is especially common in browser-server interactions.

How do you test an event driven system?


Terms


SNS vs SQS Comparison


References:

@By Learn AWS/AWS SQS FIFO Complete Guide: What is it and When to use it

@By Natan Silnitsky/Event-Driven Architecture Patterns

@By Amazon Web Services/What is Amazon SNS?

@By Amazon Web Services/Amazon Simple Queue Service