Skip to content

Latest commit

 

History

History
90 lines (83 loc) · 8.91 KB

event-sourcing.md

File metadata and controls

90 lines (83 loc) · 8.91 KB

Event Sourcing

📕 Articles

📺 Videos

📦 Libraries

  • Eventuous/eventuous - Minimalistic Event Sourcing library for .NET
  • EventFlow - Async/await first CQRS ES and DDD framework for .NET
  • oskardudycz/GoldenEye - The CQRS flavoured framework that will speed up your WebAPI and Microservices development
  • AggregateSource - Lightweight infrastructure for doing eventsourcing using aggregates
  • Projac - A set of .NET projection libraries
  • Aggregates.NET - .NET event sourced domain driven design model via NServiceBus and GetEventStore
  • CanerPatir/Algorist.EventSourcing - An event sourcing building block for .net core
  • jet/equinox - .NET Event Sourcing library with CosmosDB, EventStoreDB, SqlStreamStore and integration test backends.
  • revoframework/Revo - Event Sourcing, CQRS and DDD framework for C#/.NET Core

🚀 Samples