commandbus
There are 23 repositories under commandbus topic.
olivierphi/pymessagebus
A MessageBus / CommandBus light implementation for Python. Simple pattern that allows a clean decoupling in projects of any size! :-)
psincraian/commandbus
Command Bus Pattern in Python
grrtrr/magicbus
Concurrent command / event bus in Go
fdside/commandbus
Tiny, Lightweight Java Command Bus
ngry-project/cqrs
Lightweight CQRS module for Angular
sulu/messenger
A symfony message bus with additional middleware used by Sulu CMS.
othercodes/ComplexHeart
Provide a set of useful classes and tools to ease the adoption of Domain Driven Design into your project.
sasa-b/command-bus
Command Bus pattern implementation with an event and middleware system. PSR-11 and PSR-3 compliant
YaghoubJalali/Simple-Service-Bus
Simple bus to handle commands.
Edwin-Luijten/go_command_bus
A simple command bus for go
maxpoletaev/van
In-app command/event bus with dependency-injection
cafadev/turbobus
TurboBus is an opinionated implementation of Command Responsibility Segregation pattern in python.
io-da/command
A command bus to demand all the things.
theskyinflames/broadcaster
Broadcasting using Redis as message queue and websockets to broadcast the messages
albertcolom/vendor-machine
Vending machine kata
bordunosp/Bus
Command Query Event Bus (CQRS)
vulpes-ferrilata/cqrs
Simple bus library
bileckme/DomainCommander
Using the Domain Commander to illustrate the command pattern implementation
shaydaroglu/booking-api
Simple Gradle/Spring project that makes bookings
theskyinflames/graphql-api
GraphQL API challenge
orbeji/SimpleBus
Simple Command Bus with Spring Boot integration
theUniC/kcommand
This project offers a flexible implementation of an event bus design pattern in Kotlin, with an emphasis on the integration of middleware. It supports diverse communication demands between any types of components and enables additional processing layers through middleware, enhancing the modularity and adaptability of your application