CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
218 stars 27 forks source link

EventStore Integration #236

Open fredimachado opened 1 week ago

fredimachado commented 1 week ago

.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

var eventStore = builder.AddEventStore("eventstore")
    .WithDataVolume();

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item