Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventStore Integration #236

Open
fredimachado opened this issue Nov 14, 2024 · 0 comments
Open

EventStore Integration #236

fredimachado opened this issue Nov 14, 2024 · 0 comments
Labels
integration A new .NET Aspire integration

Comments

@fredimachado
Copy link

.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

@Alirexaa Alirexaa added the integration A new .NET Aspire integration label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration A new .NET Aspire integration
Projects
None yet
Development

No branches or pull requests

2 participants