I’m looking at getting started with Event Store, our customers have previously confined us to sql server storage.
Actually started by looking at index.docker.io for an image, found jmkelly/eventstore.
- Yes for several reasons:
-
complete packaging
-
easy to set up dev/test environments (event production)
-
service daemon being isolated from the rest of the system
-
possible to run multiple versions of the event store simultaneously
-
I have only positive experience with running docker.
Even use it locally to run spotify and dropbox.