Skip to content

This sample contains simple cqrs-sample with saga implementation only .And it does not contains context setup

Notifications You must be signed in to change notification settings

pawarvijay/cqrs-sample-with-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a sample implementation of CQRS / Eventsourcing Infrastructure in node.js using:

get it up and running

  1. start server in host and domain folder

    node server.js
    
  2. direct your browser to

    http://localhost:3000
    

the source code is well documented to understand the core principles.

why should i care?

got the sample - where to go now?

This modules are the result of open sourcing parts of a large reallife project of a distributed system based on the principle of DDDD and CQRS. It's gone through a lot of iterations and should address most pitfalls.

The API is designed well so you can focus on the domain without worring to much about the infrastructure.

Documentation can be found here

About

This sample contains simple cqrs-sample with saga implementation only .And it does not contains context setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published