oskardudycz / EventSourcing.NetCore

Examples and Tutorials of Event Sourcing in .NET
https://event-driven.io
Creative Commons Attribution Share Alike 4.0 International
3.42k stars 515 forks source link

Add Sekiban - Event Sourcing and CQRS Framework using C#. #227

Open tomohisa opened 11 months ago

tomohisa commented 11 months ago

Hello, my name is Tomohisa Takaoka.

I submit DDD EU 2023 Event Sourcing Talk CFP about this framework. It was nice to talk with you. Finally we have released as open source.

It stores data in Cosmos DB and Dynamo DB, uses many static function to do 'Functional' style without side effect and has nice Test Suites.

Please take a look https://github.com/J-Tech-Japan/Sekiban and if you could add link to page, that would be really appreciated!

And if you would want to, I can contribute some sample project in this repository as well. I have very simple sample here as well https://github.com/J-Tech-Japan/Sekiban/tree/main/Tutorials