Pinned Repositories
EventDriven.CQRS.Abstractions
Abstractions for implementing Command Query Responsibility Segregation in .NET.
EventDriven.EventBus.Abstractions
An event bus abstraction.
EventDriven.EventBus.Dapr
Event bus abstraction over Dapr pub/sub
EventDriven.ReferenceArchitecture
Reference architecture for using EventDriven abstractions and libraries for Domain Driven Design (DDD), Command-Query Responsibility Segregation (CQRS) and Event Driven Architecture (EDA).
EventDriven.Sagas
Abstractions and reference architecture for atomic operations that span multiple services.
EventDriven.SchemaRegistry.Abstractions
An abstraction for validating messages against schemas that are stored in a registry by topic name.
EventDriven.SchemaRegistry.Api
Web API for a Dapr state store for validating messages against schemas that are stored in a registry by topic name.
EventDriven.SchemaRegistry.Mongo
MongoDB state store for validating messages against schemas that are stored in a registry by topic name.
EventDriven.SchemaValidator.Json
A JSON implementation of ISchemaValidator in EventDriven.SchemaRegistry.Abstractions.
Home
Home repository for EventDriven.NET
event-driven-dotnet's Repositories
event-driven-dotnet/EventDriven.ReferenceArchitecture
Reference architecture for using EventDriven abstractions and libraries for Domain Driven Design (DDD), Command-Query Responsibility Segregation (CQRS) and Event Driven Architecture (EDA).
event-driven-dotnet/Home
Home repository for EventDriven.NET
event-driven-dotnet/EventDriven.EventBus.Dapr
Event bus abstraction over Dapr pub/sub
event-driven-dotnet/EventDriven.Sagas
Abstractions and reference architecture for atomic operations that span multiple services.
event-driven-dotnet/EventDriven.CQRS.Abstractions
Abstractions for implementing Command Query Responsibility Segregation in .NET.
event-driven-dotnet/EventDriven.SchemaRegistry.Mongo
MongoDB state store for validating messages against schemas that are stored in a registry by topic name.
event-driven-dotnet/EventDriven.EventBus.Abstractions
An event bus abstraction.
event-driven-dotnet/EventDriven.SchemaRegistry.Abstractions
An abstraction for validating messages against schemas that are stored in a registry by topic name.
event-driven-dotnet/EventDriven.SchemaRegistry.Api
Web API for a Dapr state store for validating messages against schemas that are stored in a registry by topic name.
event-driven-dotnet/EventDriven.SchemaValidator.Json
A JSON implementation of ISchemaValidator in EventDriven.SchemaRegistry.Abstractions.
event-driven-dotnet/.github
Community health files and templates for Event Driven .NET.
event-driven-dotnet/EventDriven.DDD.Abstractions
Abstractions for implementing Domain Driven Design in .NET.
event-driven-dotnet/EventDriven.DependencyInjection
Helper methods for configuring services with dependency injection.
event-driven-dotnet/EventDriven.DependencyInjection.URF.Mongo
Helper methods for configuring services for MongoDB with dependency injection.