samples icon indicating copy to clipboard operation
samples copied to clipboard

Samples showing practical aspect of EventStoreDB, Event Sourcing

Results 7 samples issues
Sort by recently updated
recently updated
newest added

- Added Windows and Linux scripts for certificate generation for 3 node cluster guide - Added ReadMe for both folders This is supporting the Cluster guide which can be found...

documentation

![image](https://github.com/EventStore/samples/assets/37458118/5625741f-69d4-40d0-95d8-19a5ccaea621)

- build only the projects in spcefic PR - add weekly nightly build of all

enhancement

The logic in `StreamNameMapper.ToStreamPrefix`: https://github.com/EventStore/samples/blob/285a71700202166af78028d570d3d6b080c75c42/CQRS_Flow/.NET/Core/Core/Events/StreamNameMapper.cs#L23-L27 is problematic at present as it appears to map `MyCompany.Domain.Cart` to `MyCompany_ItemAdded` While I'm not a fan of seeing the naming of events as a...

I was porting your C# code to F# when I've realized that something didn't add up and most notably how merging quantities is achieved in the current implementation: https://github.com/EventStore/samples/blob/a552bc5d564cd4121807bc0fba958f5e01e4627e/CQRS_Flow/.NET/Carts/Carts/Carts/Cart.cs#L92-L110 https://github.com/EventStore/samples/blob/a552bc5d564cd4121807bc0fba958f5e01e4627e/CQRS_Flow/.NET/Carts/Carts/Carts/Products/PricedProductItem.cs#L46-L52...

enhancement