event-sourcing
Event Sourcing Library
A NestJS library for implementing event-sourcing and Domain-Driven Design (DDD) patterns to simplify complex system architecture
An event-sourcing library for NestJS
141 stars
3 watching
6 forks
Language: TypeScript
last commit: about 1 month 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 | 566 |
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. | 437 |
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 | 200 |
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 | 200 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,483 |
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 | 141 |
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. | 233 |
eventuria/demonstration-gsd | A basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles | 50 |
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 |