🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

.NET

Description

EventStoreDB is an event sourcing database that stores data in streams of immutable events.

Examples

var eventStoreDbContainer = new EventStoreDbBuilder()
  .WithImage("eventstore/eventstore:22.10.1-buster-slim")
  .Build();
await eventStoreDbContainer.StartAsync();