268 results for “topic:outbox-pattern”
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Outbox Implementation for Spring Boot
Demo saga pattern, outbox pattern using Spring Boot, Debezium, Kafka, Kafka Connect
Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.
Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)
Lightweight library for the transactional outbox pattern in Go, not tied to any specific relational database or broker.
Microservices data exchange with change data capture and outbox pattern.
An implementation of the Transactional Outbox Pattern with Cosmos DB
Food Ordering Project with Clean and Hexagonal Architecture With Kafka Messaging System And Outbox Table
Event-Driven Architecture Framework
Outbox Pattern implementation in go
.NET Microservice Reference Application. It's also an over-engineered burger shop!
Kotlin-Spring-OutBox-Microservice
Saga Pattern Showcase - Choreography implementation with quarkus, debezium, elastic search - Orchestrator with ksqlDB
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
A broker agnostic implementation of outbox and other message resilience patterns for Django apps.
Outbox implementation for Kafka with Couchbase, MSSQL and PostgreSQL.
A Spring-based implementation of the transactional outbox pattern.
Example outbox pattern implement in Golang
☕A practical and imaginary food delivery microservices, built with java, spring boot, domain-driven design, cqrs, vertical slice architecture, event-driven architecture, and the latest technologies.
.NET framework based implementation of the Outbox Pattern using Apache Kafka and Debezium.
Message and Job Storage with Outbox Design Pattern
This repository is a project aimed at developing an ERP (Enterprise Resource Planning) Web API utilizing Domain Driven Design principles and Clean Architecture. It focuses on providing a scalable, maintainable, and organized codebase for efficiently managing enterprise resources.
A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. serverless or load balanced).
The aim of this project is to show a sample implementation of the hexagonal architecture, saga pattern, and outbox pattern.
Library that implements transactional outbox pattern in Python
Transactional outbox pattern with Node.js and Debezium
NestJS Inbox Outbox pattern implementation with extensible database drivers
A working example of DDD with microservices, CQRS and Write and Read databases. This document contains comments about the decisions that we made to select architectures, guidelines, definitions, patterns and tools.