Skip to content

Full example nest-event-store-cqrs use KafkaJS as event-store module with Nest and CQRS.

Notifications You must be signed in to change notification settings

woodroow/nestjs-event-store-cqrs-example

Repository files navigation

Nest Logo

Full example nest-event-store-cqrs use KafkaJS as event-store module with Nest and CQRS.

Description

After the hero service fires a HeroKilledDragonEvent, the world service must spawn a new dragon by issuing a RespawnDragonCommand

Installation

$ npm install

Running the app

# start kafka and kafka-ui
$ docker-compose up -d

# watch mode hero and world services
$ yarn start:dev hero
$ yarn start:dev world

About

Full example nest-event-store-cqrs use KafkaJS as event-store module with Nest and CQRS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published