yerinadler / ddd-base

Base libraries for DDD with CQRS / Event Sourcing implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain-Driven Design Seedwork

Building blocks for implementing Domain-Driven Design with CQRS/Event Sourcing as a backbone

Components

  • Aggregate Root
  • Event Handler
  • Base Event
  • Base Command
  • Command Handler
  • Command Bus
  • Event Bus

About

Base libraries for DDD with CQRS / Event Sourcing implementation

License:MIT License


Languages

Language:TypeScript 90.3%Language:JavaScript 9.7%