Code Monkey home page Code Monkey logo

eventsourcing.eventstreaming.microservice.example's Introduction

EventSourcing.EventStreaming.Microservice.Example

Summary

This repository serves as a demonstration of implementing the outbox pattern with a SQL database and Object-Relational Mapping (ORM). The primary objective is to showcase the integration of this pattern to efficiently issue events into an Event Bus. By doing so, it enables and leverages the principles of Domain Driven Design (DDD) and Event Sourcing (ES).

What is the Outbox Pattern?

The outbox pattern is a design pattern used in distributed systems to ensure reliable event delivery. It involves the use of an outbox table in a database to store events that need to be published to an external system, such as an Event Bus. This pattern ensures that events are reliably published, even in the event of failures during the publishing process.

Key Features

  • Outbox Table: A dedicated table in the SQL database to store events awaiting publication.
  • ORM Integration: Seamless integration with Object-Relational Mapping for efficient data manipulation.
  • Event Bus Integration: Facilitation of event publication to an Event Bus for further processing using technologies such as Apache Kafka.
  • Domain Driven Design (DDD) Principles: Enabling the development of software that reflects real-world business domains to help assist with decoupling domain's.
  • Event Sourcing (ES) Benefits: Leveraging event-driven architectures to maintain a reliable audit trail and help support complex business logic.

eventsourcing.eventstreaming.microservice.example's People

Contributors

afischbacher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.