Hi Claude, On Wed, Sep 25, 2013 at 9:44 AM, Claude Warren <[email protected]> wrote: > I've been considering writing a Casandra based graph and queryengine for > Jena. I think Casandra will run on EC2 We use EC2 for most of our client deployments. In EC2, you basically get a server, plus various useful ancillary services if you want to pay for them. You can do anything on an EC2 server that you could do on a physical server sat in your office, including change the OS. Heroku and services like it are more managed, which means less server admin but more restrictions in terms of what you can and can't do. EC2 would certainly give you the freedom to run Cassandra, but you have to level up in devops as well :)
Ian
