You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)
9
-
[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)
<strong>A modern, lightweight, and extensible .NET framework for building event-sourced applications using Domain-Driven Design (DDD) principles and Command Query Responsibility Segregation (CQRS) patterns.</strong>
|SourceFlow|v1.0.0 [](https://badge.fury.io/nu/SourceFlow)|29th Oct 2025|Core functionality for event sourcing and CQRS|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)|
76
+
|SourceFlow.Stores.EntityFramework|v1.0.0 [](https://badge.fury.io/nu/SourceFlow.Stores.EntityFramework)|29th Oct 2025|Provides store implementation using EF. Can configure different (types of ) databases for each store.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
77
+
|SourceFlow.Cloud.AWS|v2.0.0 |(TBC) |Provides support for AWS cloud with cross domain boundary command and Event publishing & subscription.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
78
+
|SourceFlow.Cloud.Azure|v2.0.0 |(TBC) |Provides support for Azure cloud with cross domain boundary command and Event publishing & subscription.|[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)|
79
+
28
80
## Getting Started
29
81
### Installation
30
-
nuget add package SourceFlow.Net
31
-
> - dotnet add package SourceFlow.Net
32
-
> - dotnet add package SourceFlow.Net.SqlServer (to be released)
> - dotnet add package SourceFlow.Cloud.Aws (to be released)
86
+
> - Your custom implementation for stores, and cloud.
87
+
34
88
### Developer Guide
35
89
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
36
90
37
91
Please click on [Developer Guide](https://github.com/CodeShayk/SourceFlow.Net/wiki) for complete details.
38
92
39
-
40
93
## Support
41
94
42
95
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/SourceFlow.Net/issues/new/choose).
0 commit comments