Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 701 Bytes

File metadata and controls

14 lines (10 loc) · 701 Bytes

Exercise 03 - Appending events to Marten

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

Prerequisites

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

docker compose up

After that you can use PG Admin (IDE for Postgres) to see how tables and data look like. It's available at: http://localhost:5050.

  • Login: [email protected], Password: admin
  • To connect to server click right mouse on Servers, then Register Server and use host: postgres, user: postgres, password: Password12!