Quicked embedded query

Hi,

I’m running EventStore in a web application under a shared hosting environment.

Is my understanding correct that the embedded mode doesn’t store any data. If yes, is there a way to get data stored in the appdata folder of an asp.net mvc application.

Any help appreciated.

Kind regards

Sean.

Yes just assign the db to files and not to memdb on the instance
whether or not this is safe is a whole different story depending on
the environment

Hi,

Where in the configuration is trhis done.
Kind regards
Sean.

https://github.com/EventStore/EventStore/blob/dev/src/EventStore.ClientAPI.Embedded/EmbeddedVNodeBuilder.cs#L220
is what sets the path

Cheers,

Greg