HappYness-Project / Happy-EventSourcing

Event sourcing
10 stars 1 forks source link

Replace to EventStore DB from MongoDB #108

Closed hyunbin7303 closed 9 months ago

hyunbin7303 commented 9 months ago

For the event store, we are using mongoDB for storing all events. Using EventStoreDB could enhance our development experience since it is designed to architect event sourcing.

hyunbin7303 commented 9 months ago

Getting an error while trying to connect with EventStoreDB. Error starting gRPC call image

hyunbin7303 commented 9 months ago

Command for running EventStore in windows machine. EventStore.ClusterNode.exe --insecure --run-projections=all --start-standard-projections --enable-atom-pub-over-http

ref https://stackoverflow.com/questions/65225097/is-there-a-way-to-start-the-eventstore-served-in-windows-without-using-docker-a