EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architecture.
Usage example
var eventStore = builder.AddEventStore("eventstore")
.WithDataVolume();
.NET Aspire issue link
No response
Overview
EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architecture.
Usage example
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item