event-sourcing
Event sourcing library
A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications
An event-sourcing library for NestJS
117 stars
3 watching
5 forks
Language: TypeScript
last commit: 6 days ago
Linked from 1 awesome list
cqrsddddynamodbevent-sourcingmariadbmongodbnestjspostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
sebastianharko/adv-es-cqrs-ddd | A collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems. | 109 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 565 |
crabzilla/crabzilla | An event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies | 73 |
charlessolar/aggregates.net | A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. | 440 |
devrexlabs/origodb | An in-memory event-sourced database engine for .NET applications | 137 |
oktaykir/eventflow.example | An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore | 201 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
juicycleff/nestjs-event-store | A NestJS module for event-sourced applications using Event Store or NATS Streaming as the event broker | 199 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,478 |
charlessolar/todomvc-ddd-cqrs-eventsourcing | An implementation of a Todo app using eventsourcing, CQRS, and domain-driven design with a focus on separating command and query responsibilities. | 252 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
castore-dev/castore | A framework for implementing event sourcing in software applications with support for multiple storage options and tools for building and maintaining event stores. | 232 |
eventuria/demonstration-gsd | A basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles | 51 |
pragmatists/eventsourcing-java-example | An in-memory Event Sourcing implementation of banking domain in Java | 99 |
xerprojects/xer.cqrs.eventstack | A lightweight CQRS event handling library for .NET. | 5 |