Nestjs Event Store

screenshot of Nestjs Event Store
nestjs

NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs

Overview:

This module serves as a bridge between NestJs and popular event store brokers like Event Store and NATS Streaming, with plans for Kafka support in the future. It provides support for different subscription strategies in EventStore.org and both durable/persistent subscriptions in NATS Streaming.

Features:

  • Support for Event Store: Subscriptions like Volatile, CatchUp, and Persistent are easily implemented.
  • Storage Adapter Interface: Allows for storing catchup events type last checkpoint position.
  • Support for NATS Streaming: Includes both durable/persistent subscription with shared subscription and volatile.

Setup from versions v3.1.15 and above

  1. Setup NATS:
Setup root app module for NATS
Setup async root app module
Setup feature module
  1. Setup Event Store:
Setup root app module for Event Store
Setup async root app module
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.