Data configuration

Hi,

Would it be possible to specify where to store data and also where to store projection definitions and things like that? Users may be?

Best regards,

David

https://github.com/eventstore/eventstore/wiki/Command-Line-Arguments

–db=…

Projection definitions are stored in the database too. You can make new ones through the web interface, default url http://localhost:2113, user/pass admin/changeit.

Sorry I wasn’t also clear. I meant to store projections and definitions stuff in a db and data in another.

Can I ask why? Are you worried about the size of storage or?

It would allow me to easily delete data while keeping projection code, users, whatever. Very useful when developing or even swapping environment datasets.

I guess what I am asking could be of many forms as it comes down to exporting stuff/scripts.

As of now this is not possible but it should be in the future.

Alright! :slight_smile: