Related resources for Event-Driven Architecture
  • Integrating SQS with Lambda using Event Source Mapping12/16/2024 11:58:06 AM. This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handli
  • Real-Time Notifications in Amazon Aurora PostgreSQL12/10/2024 6:46:05 AM. In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
  • Transactional Outbox Pattern12/7/2024 3:35:29 AM. The Transactional Outbox Pattern ensures data consistency in distributed systems by storing events in an outbox table within the database. It simplifies reliable messaging, enabling seamless communica
  • Azure Event Hub Implementation Using .Net Core Console App6/5/2024 8:11:22 AM. Implement real-time data processing with Azure Event Hub using a .NET Core console app. Utilize Azure's scalable messaging service for efficient event-driven architecture, enabling seamless data s
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • Software Architecture Types9/26/2023 4:42:06 AM. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
  • Cache Notifications and Event-driven Architecture with NCache8/27/2023 12:39:58 PM. In this article, let us discuss the importance of cache notifications in building an event driven application and how we can implement such a mechanism with an example in NCache
  • Unleashing the Power of a Generic Event Bus in Angular: Building a Powerful and Scalable Architecture5/30/2023 5:43:39 AM. A generic event bus in Angular acts as a central communication hub that enables components to publish and subscribe to events. It promotes loose coupling and enhances the flexibility and scalability o