Skip to content

EventStore/Webinars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event Store Webinars

Code repository for Event Store webinars.

Pre-requisites

Ensure you have the following tools:

You will also need the docker-compose.yml file included in this repository.

If you want to use anything else than MongoDB for projections, feel free to change the compose file.

Structure

Find the repository structure below.

Event Sourcing basics

The code is located in 01-eventsourcing.

It's divided in two parts:

  • Step 1: using events, but still persisting the state without events: mongo-persistence.
  • Step 2: fully event-sourced solution: esdb-persistence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages