Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Event Sourcing in .NET Core

Example of Event Sourcing in .NET Core
Collective - Host: opensource - https://opencollective.com/eventsourcingnetcore - Website: https://twitter.com/oskar_at_net - Code: https://github.com/oskardudycz/EventSourcing.NetCore

Added advanced exercise together with kafka configuration

github.com/oskardudycz/EventSourcing.NetCore - 013dbf73fab51339445b8b55914a5c8f3e645fb5 authored over 5 years ago by Oskar Dudycz <[email protected]>
Fixed AppendEvent function implementation

github.com/oskardudycz/EventSourcing.NetCore - 8fae73101eee4233cacbeec6c4aa73c4d8ac9289 authored over 5 years ago by Oskar Dudycz <[email protected]>
Fixed wrong Repository file location in Workshops

github.com/oskardudycz/EventSourcing.NetCore - 733947c387a53a0108333a2d6d1a0119bd511d5c authored over 5 years ago by Oskar Dudycz <[email protected]>
Added initial files for advanced workshop samples

github.com/oskardudycz/EventSourcing.NetCore - 5b0c20389b7b6f559b1c094192bcebdef7118be4 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added ignoring Exercises tests in appveyor

github.com/oskardudycz/EventSourcing.NetCore - 877960241a1138fb1dc54c53f1f02312e15cff54 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated appveyor.yml config to run only tests from project with .Tests suffix

github.com/oskardudycz/EventSourcing.NetCore - 589d936d811a2329ffbed3c0549f3fd353923566 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated workshop exercises

github.com/oskardudycz/EventSourcing.NetCore - a4a11503f87fc020e52b61ae32ee1343cd6ec7a9 authored over 5 years ago by Oskar Dudycz <[email protected]>
Fixed whitespaces in Exercise10ProjectionsWithMarten

github.com/oskardudycz/EventSourcing.NetCore - b3aca3daff1c51a3e773b061d2ea47b4f40b5144 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated Advanced Workshop sample

github.com/oskardudycz/EventSourcing.NetCore - 62b26d5177566e74069e21170985d3072bb9160d authored over 5 years ago by Oskar Dudycz <[email protected]>
Upgraded Marten to 3.7.0

github.com/oskardudycz/EventSourcing.NetCore - b43dbf5c8622e2409f88b75afa8b43e6bbe9965a authored over 5 years ago by Oskar Dudycz <[email protected]>
Added core code and updated config for workshop sample

github.com/oskardudycz/EventSourcing.NetCore - 001cd531901c7a9ac5e84ddf3491a80c68fe82c6 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 10 - Marten repository and projections, upgraded packages to latest versions

github.com/oskardudycz/EventSourcing.NetCore - 42f96c734985769c848af240e6cdfade3e66a817 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added time traveling Exercise no 6

github.com/oskardudycz/EventSourcing.NetCore - 9a5acb94e0bf8184b7b5c4e1d316070b7a4e8624 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 07 - Snapshoting

github.com/oskardudycz/EventSourcing.NetCore - ab127e93149b7b45bcab4bc65fab65c52433428c authored over 5 years ago by Oskar Dudycz <[email protected]>
Excercise 03 - added test verifying if event and stream was appended

github.com/oskardudycz/EventSourcing.NetCore - 1b53e78053aa6ce4d452ec6cdc0a4838981a6338 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated AppendEvent function implementation to return properly boolean value

github.com/oskardudycz/EventSourcing.NetCore - ad8d909196751b830380dde2f0766d5a75d1997c authored over 5 years ago by Oskar Dudycz <[email protected]>
Added new projects for the Excercise #1 - Event Store Basics

github.com/oskardudycz/EventSourcing.NetCore - 01f715d4a0a0d3cdef519bdca8daed2cc53d8baf authored over 5 years ago by Oskar Dudycz <[email protected]>
Added test categories for exercises

github.com/oskardudycz/EventSourcing.NetCore - fdf23e5e22f54e9dc169ecb1ef8d61cbdf6ad958 authored over 5 years ago by Oskar Dudycz <[email protected]>
Exercise 04 - Event Store methods

github.com/oskardudycz/EventSourcing.NetCore - eadaad1487609419cdb20679152d7870b79770a1 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added missing workshop projects into main solution

github.com/oskardudycz/EventSourcing.NetCore - 9b5f719f4643c5d26df283a680d5d79bd6547621 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added fully working e2e flow with kafka and elastic search

github.com/oskardudycz/EventSourcing.NetCore - 51c92633ad5394292a7ebc6721e512826ee50b1f authored over 5 years ago by Oskar Dudycz <[email protected]>
Fixed failing Exercise 05 - Stream Aggregation, renamed MethodInvoker to ReflectionInvoker as it's doing now also setting property. Made setting property optional if it wasn't found

github.com/oskardudycz/EventSourcing.NetCore - 53132dc8be13c42f67e73b1bcb1542f443e29e85 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 02 - Create Events Table, updated also database initialization to allow test isolation

github.com/oskardudycz/EventSourcing.NetCore - 25c61cee2c7b529453bac0da8eafdfee7129dee0 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added basic solution for Exercise 01

github.com/oskardudycz/EventSourcing.NetCore - b42775b174233bc4061627724962f3b18c2d2f09 authored over 5 years ago by Oskar Dudycz <[email protected]>
Removed obsolete test for UniqueConstrain

github.com/oskardudycz/EventSourcing.NetCore - 63edfb762b3374bdcabbb026c77881e436be9536 authored over 5 years ago by Oskar Dudycz <[email protected]>
New Excercise 03 - Create AppendEvent function

github.com/oskardudycz/EventSourcing.NetCore - 7bb1475b2930ad6b19c5ea4925cc99a206a123ca authored over 5 years ago by Oskar Dudycz <[email protected]>
Added constructor for User aggregate

github.com/oskardudycz/EventSourcing.NetCore - e8496d20a717cf24e29f9f27a99ddd42b29ee7ef authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 05 - Stream aggregation

github.com/oskardudycz/EventSourcing.NetCore - ddd4ffccb637cc0473ec7d64342216ed90d47bb9 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 09 - Projections

github.com/oskardudycz/EventSourcing.NetCore - af206bcb6dfeeaadd93af7fdc778ada59c613180 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added simplified version of append event function tests

github.com/oskardudycz/EventSourcing.NetCore - b7961580564b367447e5e2f8993a6b8e679190b3 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added Exercise 01 - Create Streams table

github.com/oskardudycz/EventSourcing.NetCore - 30c3faa5645c95246a13d9eed014bf2b4c4eccc1 authored over 5 years ago by Oskar Dudycz <[email protected]>
Reorganised workshop exercies structure

github.com/oskardudycz/EventSourcing.NetCore - 3781fb6aaa4680a00139e8babb523644fd23eef6 authored over 5 years ago by Oskar Dudycz <[email protected]>
Added financial contributors to the README (#16)

github.com/oskardudycz/EventSourcing.NetCore - 9ba492294838e113d2fb80631cc1c2b66036a06b authored over 5 years ago by jess <[email protected]>
Added editorconfig, fixed formatting

github.com/oskardudycz/EventSourcing.NetCore - 60d1dfb8568f63def1d74e8b75cafbc7f0117c6f authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated Microsoft packages

github.com/oskardudycz/EventSourcing.NetCore - 882d2886697167a5d1115e502b06d088235a2060 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated non Microsoft packages

github.com/oskardudycz/EventSourcing.NetCore - 5526fd73c5646504b2455016080623af4ef7c439 authored over 5 years ago by Oskar Dudycz <[email protected]>
Updated Copyrights information

github.com/oskardudycz/EventSourcing.NetCore - 26ea6fd8a2a7313267331b52c9e524366e7ddc50 authored almost 6 years ago by Oskar Dudycz <[email protected]>
Removed reference to AspNetCore.All

github.com/oskardudycz/EventSourcing.NetCore - 851c957924fe539a904a90f05acb44f2bba3377d authored almost 6 years ago by Oskar Dudycz <[email protected]>
Merge branch 'master' of https://github.com/oskardudycz/EventSourcing.NetCore

github.com/oskardudycz/EventSourcing.NetCore - c88e7326e008f558d3c1beeb6be642b103682fda authored about 6 years ago by Oskar Dudycz <[email protected]>
Packages upgrade

github.com/oskardudycz/EventSourcing.NetCore - 244009b4862704e7029273446fcb57b74f070a0a authored about 6 years ago by Oskar Dudycz <[email protected]>
Added additional resources that can help understand and build Event Sourcing (#15)

github.com/oskardudycz/EventSourcing.NetCore - 1e80c7f0b7d41897f6bbdeb764b25cf0535fad42 authored over 6 years ago by Dennis Doomen <[email protected]>
#12 - Unification EventStore usage (#14)

* Upgraded to .NET core 2.1

* Downgraded version of EntityFramework, because it uses newer ve...

github.com/oskardudycz/EventSourcing.NetCore - a579edb87d3f4685c3e741e29cabb3381ccb6319 authored over 6 years ago by Oskar Dudycz <[email protected]>
Merge branch 'master' of https://github.com/oskardudycz/EventSourcing.NetCore

github.com/oskardudycz/EventSourcing.NetCore - cdc0263686ecff7ba9f65b98b76becd07c90911f authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated settings to use public schema for Marten

github.com/oskardudycz/EventSourcing.NetCore - fcfe711b8bb8fa14ba233811b79b5146db450c74 authored over 6 years ago by Oskar Dudycz <[email protected]>
Added sample integration test appsettings.json

github.com/oskardudycz/EventSourcing.NetCore - ff9d6b47213f407fbbc8a068495849f6dd8d39aa authored over 6 years ago by Oskar Dudycz <[email protected]>
Added docker-compose.yml for running sample app

github.com/oskardudycz/EventSourcing.NetCore - 84f0c959a9695ed54dc14a2c16b37811bc1c2024 authored over 6 years ago by Oskar Dudycz <[email protected]>
Added DOCKERFILE for Web Sample image generation

Added appsettings.Production.json to use connection settings to docker
Moved running migrations t...

github.com/oskardudycz/EventSourcing.NetCore - 05a3fe8440cbcba094b33845ec6ed274f44b9741 authored over 6 years ago by Oskar Dudycz <[email protected]>
Uupgrade to net core 2.1 (#13)

Upgrade to net core 2.1

github.com/oskardudycz/EventSourcing.NetCore - ebe85109669c590935ed8b6ac9e68f12a3090cfb authored over 6 years ago by Oskar Dudycz <[email protected]>
Upgraded to .NET core 2.1 (#11)

* Upgraded to .NET core 2.1

* Downgraded version of EntityFramework, because it uses newer ve...

github.com/oskardudycz/EventSourcing.NetCore - 561f7ffcedaaca4644529aec6098ba58e7cdc082 authored over 6 years ago by Oskar Dudycz <[email protected]>
Merge branch 'master' of https://github.com/oskardudycz/EventSourcing.NetCore

github.com/oskardudycz/EventSourcing.NetCore - 6195c6867a3d57505244014406b363df0562189e authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated MediatR to version 5

github.com/oskardudycz/EventSourcing.NetCore - 1f7d0225ecb313a00bf560df9d66757657ac76c1 authored over 6 years ago by Oskar Dudycz <[email protected]>
Upgraded packages

github.com/oskardudycz/EventSourcing.NetCore - fd0ab8b69f6ecc1106c4b271c69fe0888f6d2c53 authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated postgres docker container_name to reduce conflicts

github.com/oskardudycz/EventSourcing.NetCore - 05e77889fd1ed622b0053b064ea226dfd240f06a authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated README.md

github.com/oskardudycz/EventSourcing.NetCore - a68e10f89ed4a4a93d03b05c8c7c29c2f6c4b0a1 authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated project name in Readme footer

github.com/oskardudycz/EventSourcing.NetCore - 30ac21fb03d9195fb4252eff6b02d83c1ed0fa8b authored over 6 years ago by Oskar Dudycz <[email protected]>
Updated Readme, added info footer

github.com/oskardudycz/EventSourcing.NetCore - bf9f489050bcbcefeab74eb216bd73c5dece3f8f authored over 6 years ago by Oskar Dudycz <[email protected]>
Fixed CreateClient command to support properly passing nullable Guid id (#10)

* Fixed CreateClient command to support properly passing nullable Guid id

* Updated sample fo...

github.com/oskardudycz/EventSourcing.NetCore - d4a76a275262e86589a6e0e7e9804956391eb668 authored over 6 years ago by Oskar Dudycz <[email protected]>
Delete AllAcountSummary

github.com/oskardudycz/EventSourcing.NetCore - 606c54e74aea75388c5d73f7394485478b9fd031 authored almost 7 years ago by Oskar Dudycz <[email protected]>