Hosting

Hi. I’m wondering if you’ve considered setting up ‘eventstorehq’ (along the lines of mongohq or ravenhq)? Or maybe an appharbor add-on? Would help adoption for startup-projects I think.

Another solution might be an option to run in-process, any plans for this?

/Peter

+1 for appharbor add-on!

We have considered the HQ. However there are a few dependencies before
we reach this point (consistent hashing and security as example). My
guess would be q2 next year.

One thing we are looking at doing before this is setting up amazon
instances that can be provisioned by you (eg say small instances at +-
$100/year for low throughput needs)

Another solution might be an option to run in-process, any plans for this?

You can run in process today.

Sounds good,

Regarding in-process, is SingleNode the entry-point?

/Peter

If you look at code in SingleNode you can see how its being wired up
(not much code there).

https://github.com/EventStore/EventStore/blob/master/src/EventStore/EventStore.SingleNode/SingleNodeWithProjections.cs

This will also be available for the multi-node version (self hosting).

Cheers,

Greg