Simple EventStoreDB instance with public facing port and persistent storage.
docker-compose.yml
Powershell
EventStoreDB API
1113
Eventstore api for clients.
EventStoreDB Admin UI
2113
A web interface for managing the eventstore deployment.
EventStoreDB is a database that is designed to store data as a series of events. It supports features like persistent subscriptions, catch up subscriptions and projections, just to name a few. It can be used to implement patterns like event sourcing.