Skip to content

enspencer/event-sourcing-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-sourcing-example

Total work in progress. Messing around with node-eventstore receiving messages from SQS and saving to mongo.

Setup:

  • Clone this repo
  • npm install
  • Copy config/sample.js into a new file config/default.js and add your config values
  • Make sure you have mongo running
  • Run node server.js

To do:

  • Listen to queue
  • Persist events to mongo

Nice to haves:

  • Swap mongo for a relational db
  • Validation on events
  • Create snapshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published