event-sourcing-examples

Event-driven app demo

An example application demonstrating event sourcing and CQRS in a microservices architecture

Example code for my building and deploying microservices with event sourcing, CQRS and Docker presentation

GitHub

3k stars
264 watching
948 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
andreschaffer/event-sourcing-cqrs-examplesAn implementation of Event Sourcing and CQRS in a minimalist banking system using Java566
oskardudycz/eventsourcing.netcoreA collection of resources and examples for using event-sourced systems in .NET3,439
charlessolar/aggregates.netA framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore.437
oktaykir/eventflow.exampleAn EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore200
ddd-by-examples/event-source-cqrs-sampleA sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD)468
dcomartin/ddd-cqrs-es-exampleAn implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks.133
ocoda/event-sourcingA NestJS library for implementing event-sourcing and Domain-Driven Design (DDD) patterns to simplify complex system architecture141
asc-lab/dotnet-cqrs-introExplains CQRS and Event Sourcing basics with visualizations and examples for .NET developers141
sebastianharko/adv-es-cqrs-dddA collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems.109
crabzilla/crabzillaAn event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies73
serverlesstechnology/cqrsA CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures.389
eventstore/eventstoreAn operational database designed to store and stream business events in real-time, supporting event-sourced, event-driven, and microservices architectures.5,336
bitloops/ddd-hexagonal-cqrs-es-edaA comprehensive example of software design and architecture using Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Behaviour Driven Development, and other advanced concepts1,224
gregoryyoung/m-rA simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#.2,141
charlessolar/todomvc-ddd-cqrs-eventsourcingAn implementation of a Todo app using eventsourcing, CQRS, and domain-driven design with a focus on separating command and query responsibilities.252