An open API service providing repository metadata for many open source software ecosystems.

Topic: "outbox-pattern"

dotnetcore/CAP

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern

Language: C# - Size: 13.8 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 6,936 - Forks: 1,315

revoframework/Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.

Language: C# - Size: 2.78 MB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 704 - Forks: 79

adimiko/TransactionalBox

Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)

Language: C# - Size: 16.5 MB - Last synced at: 21 days ago - Pushed at: 6 months ago - Stars: 123 - Forks: 2

uuhnaut69/saga-pattern-microservices

Demo saga pattern, outbox pattern using Spring Boot, Debezium, Kafka, Kafka Connect

Language: Java - Size: 433 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 121 - Forks: 36

suadev/microservices-change-data-capture-with-debezium

Microservices data exchange with change data capture and outbox pattern.

Language: C# - Size: 312 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 97 - Forks: 20

Azure-Samples/transactional-outbox-pattern

An implementation of the Transactional Outbox Pattern with Cosmos DB

Language: C# - Size: 1.67 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 84 - Forks: 29

oagudo/outbox

Lightweight library for the transactional outbox pattern in Go, not tied to any specific relational database or broker.

Language: Go - Size: 5.68 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 74 - Forks: 1

alicanli1995/clean-hexagonal-architecture-kafka-saga-outbox

Food Ordering Project with Clean and Hexagonal Architecture With Kafka Messaging System And Outbox Table

Language: Java - Size: 73.1 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 43 - Forks: 24

jbw/TooBigToFailBurgerShop

.NET Microservice Reference Application. It's also an over-engineered burger shop!

Language: C# - Size: 1.33 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 41 - Forks: 14

hifly81/saga-pattern-demo

Saga Pattern Showcase - Choreography implementation with quarkus, debezium, elastic search - Orchestrator with ksqlDB

Language: Java - Size: 1.59 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 40 - Forks: 17

AleksK1NG/Transactional_Outbox_with_Spring_and_Kotlin

Kotlin-Spring-OutBox-Microservice

Language: Kotlin - Size: 248 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 10

loadsmart/django-jaiminho

A broker agnostic implementation of outbox and other message resilience patterns for Django apps.

Language: Python - Size: 470 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 33 - Forks: 3

Zehelein/pg-transactional-outbox

A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.

Language: TypeScript - Size: 1.26 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 29 - Forks: 2

Trendyol/PollingOutboxPublisher

Outbox implementation for Kafka with Couchbase, MSSQL and PostgreSQL.

Language: C# - Size: 1.24 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 27 - Forks: 0

pkritiotis/go-outbox

Outbox Pattern implementation in go

Language: Go - Size: 4.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 27 - Forks: 8

ngoctrng/golang-outbox-example

Example outbox pattern implement in Golang

Language: Go - Size: 95.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 22 - Forks: 0

AdemCatamak/MessageStorage 📦

Message and Job Storage with Outbox Design Pattern

Language: C# - Size: 420 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 1

cajuncoding/SqlTransactionalOutbox

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

Language: C# - Size: 289 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 18 - Forks: 1

arslanaybars/Ayb.Debezium.Ticket

.NET framework based implementation of the Outbox Pattern using Apache Kafka and Debezium.

Language: C# - Size: 385 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

hyzyla/outbox-streaming

Library that implements transactional outbox pattern in Python

Language: Python - Size: 89.8 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 1

mohamedelareeg/DomainDrivenERP

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.

Language: C# - Size: 588 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 8

can123oz/Aml-Service

AML service sample with Outbox pattern

Language: Java - Size: 69.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 16 - Forks: 0

hugobrilhante/django-outbox-pattern-usage

This repository demonstrates the Outbox Pattern in microservices, leveraging the Django Outbox Pattern library developed at @juntossomosmais.

Language: Python - Size: 6.32 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 1

Armando1514/Event-Driven-Microservices-Advanced

Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.

Language: Java - Size: 17.3 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 5

seralaci/dotnet-microservices-data-exchange-with-outbox-pattern-debezium

True Atomic Microservices Implementation with Debezium and Outbox Pattern to Ensure Data Consistency.

Language: C# - Size: 1.69 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 2

andresantarosa/Outboxer

A straightforward Outbox Pattern implementation library

Language: C# - Size: 40 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 14 - Forks: 0

Nestixis/nestjs-inbox-outbox

NestJS Inbox Outbox pattern implementation with extensible database drivers

Language: TypeScript - Size: 1.29 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 13 - Forks: 2

nebarf/nodejs-outbox

Transactional outbox pattern with Node.js and Debezium

Language: TypeScript - Size: 308 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

devmentors/Messaging-Pragmatycznie

[PL] Projektuj, łącz, wdrażaj i skutecznie utrzymuj Messaging - Pragmatycznie. 🧠

Language: C# - Size: 4.11 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 12 - Forks: 4

mehdihadeli/spring-food-delivery-microservices

☕A practical and imaginary food delivery microservices, built with java spring, domain-driven design, cqrs, vertical slice architecture, event-driven architecture, and the latest technologies.

Language: Java - Size: 1.58 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 12 - Forks: 0

Nikoo-Asadnejad/GenericRepository

This class library implements the Generic Repository Pattern for SQL Server databases. It supports both asynchronous and synchronous operations and is designed to offer a clean and efficient data access layer.

Language: C# - Size: 14.6 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 12 - Forks: 1

tugayesilyurt/spring-embedded-debezium-kafka-inbox-outbox-pattern

Saga Distributed Transaction Pattern - Spring boot + embedded debezium + kafka + inbox-outbox pattern

Language: Java - Size: 75.2 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

lorenzoranucci/tor

A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.

Language: Go - Size: 199 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 0

mt89vein/BookLibrary

Proof of concept of library system for education purpose

Language: C# - Size: 525 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 10 - Forks: 1

YakShaveFx/outboxkit

Toolkit to assist in implementing the transactional outbox pattern

Language: C# - Size: 972 KB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 1

kamal-github/outbox

Outbox is an Golang implementaion for outbox worker pattern for atomically and reliabliy publishing events to Messsaging systems.

Language: Go - Size: 46.9 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 0

ataberkdag/DistributedTransaction

.Net 6 Distributed Transaction Sample with MassTransit, RabbitMQ, Outbox Pattern, Ocelot Gateway and Service Discovery.

Language: C# - Size: 226 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 9 - Forks: 3

abuzaforfagun/Invoice.Microservices.ThirdPartyAPIIntegration

Scaleable fault tolerance microservices to communicate third party API

Language: C# - Size: 624 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 3

ioannisioannou16/transactional-outbox

An example of the transactional outbox pattern using Java, SQL, SNS and SQS.

Language: Java - Size: 212 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 4

PandaTechAM/be-lib-masstransit-postgres-outbox

Enhance your MassTransit applications with scalable, multi-DbContext support for PostgreSQL outbox and inbox patterns, ensuring robust message delivery and processing.

Language: C# - Size: 223 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 8 - Forks: 0

guil95/outbox

Outbox pattern with golang

Language: Go - Size: 68.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

kbilsted/MicroWorkflow.net

A distributed embedable small and fast workflow-engine/queue/job-scheduler with zero dependencies

Language: C# - Size: 471 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 7 - Forks: 1

benchiverton/OutboxPatternDemo

Outbox Pattern and Duplicate Message Handlers in C#

Language: C# - Size: 246 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 7 - Forks: 2

ehsomma/ddd-cqrs-microservices

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.

Language: C# - Size: 1.55 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

CristianoRC/Outbox-Pattern

Documentação com exemplos na prática de como funciona o Outbox Pattern em microsserviço

Size: 887 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

raedbh/spring-outbox

A Spring-based implementation of the transactional outbox pattern.

Language: Java - Size: 478 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

DTVegaArchChapter/Architecture

Bu repoda farklı yazılım mimarilerini incelemek ve öğrenmek için örnek projeler bulacaksınız.

Language: HTML - Size: 6.28 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 6 - Forks: 3

nourelnaby4/BigDinner

apply domain driven design and clean architecture

Language: C# - Size: 785 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

gustavofreze/transactional-outbox

POC de uma aplicação de domínio de transação que implementa o Transactional outbox.

Language: Kotlin - Size: 176 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

thegoncalomartins/outbox-inbox-patterns

Repository to support the article "Building a Knowledge Base Service With Neo4j, Kafka, and the Outbox Pattern"

Language: Kotlin - Size: 5.3 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2

rafaelfgx/Microservices

Event-Driven Architecture, Clean Architecture, Clean Code, SOLID Principles, Test Pyramid, Patterns (Ambassador, Circuit Breaker, Mediator, Outbox, Result, Retry, Strategy), Java, Spring Boot, Kong, Keycloak, Kafka, MongoDB, Redis, Elastic, Kibana, Swagger, Testcontainers, Docker

Language: Java - Size: 874 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 0

teomane/CAP.HealthCheck

The health check library of CAP.

Language: C# - Size: 120 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

arturwojnar/hermes

Production-Ready TypeScript Outbox Pattern

Language: TypeScript - Size: 5.23 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 1

a-sharifov/Eshop

Eshop: Microservices E-commerce with .NET and DDD

Language: C# - Size: 4.52 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

Smixi/python-outbox

Outbox pattern implementation in Python

Language: Python - Size: 101 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

omaskery/outboxen

Library to reduce boilerplate when implementing the transactional outbox pattern in Go

Language: Go - Size: 81.1 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 3

mertcakmak2/SpringBoot-Outbox-Pattern

Language: Java - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

AdemCatamak/ReadingIsGood

E-Commerce

Language: C# - Size: 174 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

edeandrea/summit-lab-spring-music

Spring Boot example using the Outbox pattern

Language: Java - Size: 1.32 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 4 - Forks: 11

lg-labs/blank-service

👋 Management the blank service for the blanksystem as template.

Language: Java - Size: 142 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 4 - Forks: 0

HasanProgrammer/Domic-CoreService

A large project based on the architecture of distributed systems, each of its microservices uses ( Clean Architecture ) and takes advantage of many application patterns of software engineering

Language: C# - Size: 1.79 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 2

AngeloDotNet/BackgroundEmailSender.OutboxPattern

This application is a clone of the homonymous application of the one developed by BrightSoul.

Language: C# - Size: 25.4 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

nikasakandelidze/kafka-replication

Simple domain replication implemented using NestJS, Postgres, Kafka and outbox pattern

Language: TypeScript - Size: 671 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

aruizeac/dynamodb-tx-outbox-sample

A demonstration of the transactional outbox messaging pattern (+ Log Trailing) with Amazon DynamoDB (+ Streams) written in Go.

Language: Go - Size: 37.1 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

vincenzocorso/spring-outbox-example

An example implementation of the Outbox Pattern for microservice architectures.

Language: Java - Size: 82 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

Gi-jutsu/nestjs-clean-boilerplate

Backend boilerplate built on top of NestJS based on Clean Architecture

Language: TypeScript - Size: 597 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

EmircanKoc1/RentACarNow

Asp.Net Core API + CQRS(Read and Write API) + MongoDB + Sql Server + EntityFrameworkCore + RabbitMQ + Onion Architecture + Event Driven Architecture + Outbox Pattern + Inbox Pattern

Language: C# - Size: 1.11 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

mt89vein/Sstv.Outbox

Implementation of transactional outbox pattern

Language: C# - Size: 181 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 1

lg-labs-pentagon/lg5-spring

👋 Manage all Spring Boot dependencies to create new applications using this library. It's just faster.

Language: Java - Size: 797 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

razondpro/UserService

This is a .NET Core Minimal API skeleton project designed to quickly kickstart new projects based on Clean + DDD and CQRS architecture. The project incorporates advanced features such as domain events with the Outbox Pattern and event handling with Kafka.

Language: C# - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

semusings/spring-boot-artifacts

This is collection for spring boot starters project for popular tools.

Language: Java - Size: 135 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

marlonpatrick/kafka-mongodb-outbox-transformer

A Kafka Streams application responsible for transform a MongoDB "raw change stream document" into a standardized message format to implement the Transactional Outbox pattern with MongoDB and Kafka.

Language: Java - Size: 43.9 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

Said-Aabilla/food-ordering-system

Hexagonal Architecture, Domain Driven Design, KAFKA, SAGA and OUTBOX patterns

Language: Java - Size: 12.8 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

cranes-mentoring/system-design

v0.1.0

Size: 158 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

mnguyen081002/microservice-food-ordering-system

A microservice food ordering system

Language: Java - Size: 363 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

kapozade/dotnet-api-template

.NET API boilerplate NuGet package.

Language: C# - Size: 117 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

unexist/showcase-outbox-quarkus

Showcase for the transactional outbox pattern based on debezium [MIRROR]

Language: Java - Size: 242 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

dmamulashvili/webapi-msa-template

ASP.NET Core Web API Microservice Template using Clean Architecture, CQRS, Structure by Feature, Specifications, PostgreSQL, MassTranist with AmazonSQS & OutBox, JWT Auth

Language: C# - Size: 255 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

xilapa/OutboxPattern

Outbox pattern implementation with EF Core and RabbitMQ inspired on Elixir/Erlang's actor model

Language: C# - Size: 29.6 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

dogaanismail/food-ordering-system

Food Ordering System with Saga Pattern

Language: Java - Size: 241 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

hugobrilhante/django-outbox-example

An example of the Transactional Outbox pattern with Django.

Language: Python - Size: 68.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

cristofima/BankSystemMicroservices

Bank System Microservices developed in .NET following Clean Architecture, Domain Driven Desing and Event Driven Architecture

Language: C# - Size: 735 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

dillonstreator/txob

Generic transactional outbox event processor with graceful shutdown and horizontal scalability

Language: TypeScript - Size: 261 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

hvaezapp/Reservation

Modern ASP.NET Core 9 reservation API using Vertical Slice architecture, FluentValidation, Redis & RedLock for concurrency control and prevent double booking scenario. Includes Outbox pattern to reliably deliver notification messages to a message broker.

Language: C# - Size: 50.8 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

skrasekmichael/CleanArchitecture

CleanArchitecture + DDD

Language: C# - Size: 533 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

KTajerbashi/Extensions

Extensions For .Net Project To Used Feature

Language: C# - Size: 1.11 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

alnaimi-github/MassTransit-zth

Language: C# - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

mhmmedinan/Microservices.CorePackage

Modular core infrastructure for building scalable, event-driven microservices with .NET. Includes messaging, scheduling, tracing, resiliency, and more.

Language: C# - Size: 242 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

nayoung238/E-commerce-API

응답 속도 개선 및 효율적인 리소스 사용 방법 찾기 🤔

Language: Java - Size: 8.59 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

a-sharifov/Ebook

Ebook: Monolithic site selling books using Onion architecture, CQRS, DDD.

Language: C# - Size: 604 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

yaninyzwitty/grpc-products-service

Language: Go - Size: 116 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

sametrozturk/StockManagement

Language: C# - Size: 74.2 KB - Last synced at: 19 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

tumbleweed-cdc/tumbleweed

Tumbleweed is an open-source, user-friendly framework designed for fast and consistent data propagation between microservices using Change Data Capture (CDC) and the transactional outbox pattern.

Language: TypeScript - Size: 20.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Azimjonshodiyorov/RabbitMqSimpe

Language: C# - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Bezaeel/outbox-processor

sample generic go outbox processor

Language: Go - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

realrgt/bookify

Pragmatic Clean Architecture

Language: C# - Size: 129 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

arturlaskowski/bigos-app

The aim of this project is to show a sample implementation of the hexagonal architecture, saga pattern, and outbox pattern.

Language: Java - Size: 3.38 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

CherkashinEvgeny/gopoller

Golang library for data polling

Language: Go - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

mobamoh/foodie

Foodie is a demonstration of various concepts in modern cloud software development including Microservices, Clean Architecture, DDD, SAGA, Outbox and CQRS. 🍔☁️

Language: Java - Size: 11.3 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

arfranzim/food-ordering-system

Food ordering system microservice in clean and hexagonal architecture.

Language: Java - Size: 3.61 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0