exira-legacy / iis-ops

Manage IIS through a REST API.
http://git.exira.com/iis-ops
Other
1 stars 0 forks source link

Can we use in memory GES? #19

Open CumpsD opened 9 years ago

CumpsD commented 9 years ago

Can this be used: https://github.com/EventStore/EventStore/tree/dev/src/EventStore.ClientAPI.Embedded ?

Would be nicer than having to start up the .exe right now in tests.

CumpsD commented 9 years ago

https://www.nuget.org/packages/EventStore.Client.Embedded/

Example of some code: https://github.com/EventStore/EventStore/issues/285

CumpsD commented 9 years ago

Another example: https://github.com/yreynhout/AggregateSource/blob/d5be94fb805f44838121759bb86b4cb41a1ac85f/src/EventStore/AggregateSource.EventStore.IntegratedTests/Framework/EmbeddedEventStore.cs

CumpsD commented 9 years ago

Another thing: https://github.com/mastoj/EventStoreWinServiceWrapper

CumpsD commented 9 years ago

Wrap the exe in http://www.nssm.cc/usage and use a config file?