Skip to content

chunk1ty/svishtov-high-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Event Sourcing and CQRS implementation

1) Event Store

1.1 Installation - https://eventstore.org/docs/getting-started/index.html?tabs=tabid-1%2Ctabid-dotnet-client%2Ctabid-dotnet-client-connect%2Ctabid-4

1.2 UI - http://127.0.0.1:2113/web/index.html#/dashboard The default username and password is admin:changeit

1.3 Default connection - "tcp://admin:changeit@localhost:1113"

2) MongoDB

2.1) https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/

2.2) UI MongoDB Compass - GUI

2.3) Default connection - "mongodb://127.0.0.1:27017"

3) References

3.1) Greg Young https://github.com/gregoryyoung/m-r

3.2) Andrea Vallotti http://www.andreavallotti.tech/en/2018/01/event-sourcing-and-cqrs-in-c/ https://github.com/VenomAV/EventSourcingCQRS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published