Skip to content

Latest commit

 

History

History

04-AppendingEvents.EventStoreDB

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise 04 - 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/.