Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onrcanogul/eventsourcing-eventstoredb-bankapplication
basic console application to learn event sourcing design pattern with eventstore-db
https://github.com/onrcanogul/eventsourcing-eventstoredb-bankapplication
Last synced: 3 days ago
JSON representation
basic console application to learn event sourcing design pattern with eventstore-db
- Host: GitHub
- URL: https://github.com/onrcanogul/eventsourcing-eventstoredb-bankapplication
- Owner: onrcanogul
- Created: 2024-06-26T18:33:50.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T18:47:50.000Z (7 months ago)
- Last Synced: 2024-11-17T15:46:52.638Z (2 months ago)
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Sourcing Design Pattern with EventStoreDB
## Dockerize EventStoreDB
![Dockerize EventStoreDB](https://github.com/onrcanogul/EventStore-BankApplication/assets/147406204/57d6a26b-b085-4e02-8499-389386328028)
## EventStoreDB is ready at port 2113
![EventStoreDB Ready at 2113](https://github.com/onrcanogul/EventStore-BankApplication/assets/147406204/d80c1f03-5901-453a-a1ae-6795b8c09ef4)
## AppendToStreamAsync Function
![AppendToStreamAsync Function](https://github.com/onrcanogul/EventStore-BankApplication/assets/147406204/deefb45d-b12e-4b43-a211-cd2d8c93818e)
## Event Detail
![Event Detail](https://github.com/onrcanogul/EventStore-BankApplication/assets/147406204/8ff66a76-7a05-4a92-816f-d76995d6c4ac)
## Output
![Output](https://github.com/onrcanogul/EventStore-BankApplication/assets/147406204/435a1052-13b6-4d6d-ab55-965e535e82bb)