fps-admin
NuGet publisher profile
Packages (25)
EventDriven.EventBus.Abstractions
An event bus abstraction layer.
EventDriven.SchemaRegistry.Abstractions
A mechanism for validating messages against schemas that are stored in a registry by topic name.
EventDriven.SchemaRegistry.Mongo
A mechanism for validating messages against schemas that are stored in a registry by topic name.
EventDriven.EventBus.Dapr
An event bus abstraction layer over Dapr pub/sub.
EventDriven.SchemaValidator.Json
A JSON implementation of ISchemaValidator in EventDriven.SchemaRegistry.Abstractions.
EventDriven.DependencyInjection.URF.Mongo
Helper methods for configuring services for MongoDB with dependency injection.
EventDriven.DependencyInjection
Helper methods for configuring services with dependency injection.
EventDriven.CQRS.Abstractions
Abstractions for implementing Command Query Responsibility Segregation in .NET.
EventDriven.DDD.Abstractions
Abstractions for implementing Domain Driven Design in .NET.
EventDriven.EventBus.EventCache.Mongo
A MongoDB implementation of event caching.
EventDriven.CQRS.Extensions
Extension methods for implementing Command Query Responsibility Segregation in .NET.
EventDriven.EventBus.Dapr.EventCache.Mongo
A MongoDB implementation of event caching with Dapr state store.
EventDriven.EventBus.EventCache.Core
Core implementation of event caching.
EventDriven.Sagas.Abstractions
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.Configuration.Abstractions
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.Persistence.Abstractions
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.DependencyInjection
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.Persistence.Mongo
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.Configuration.Mongo
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.EventBus.Abstractions
A set of abstractions for implementing the Saga pattern.
EventDriven.EventBus.EventCache.Redis
A Redis implementation of event caching.
EventDriven.Sagas.Persistence.Pool.Abstractions
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.Persistence.Redis
A set of abstractions for implementing the Saga pattern.
EventDriven.Sagas.SagaConfig.CLI
Saga configuration CLI.
EventDriven.CQRS.MediatR.Abstractions
An event-driven approach to Command Query Responsibility Segregation.