Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Exercise 03 - Appending events to EventStoreDB

Using a defined structure of events from the first exercise, fill a appendEvents function to store events in EventStoreDB.

Prerequisites

Run docker-compose script from the main workshop repository to start EventStoreDB instance.

docker-compose up

After that you can use EventStoreDB UI to see how streams and events look like. It's available at: http://localhost:2113/.