Hi,
I've a jruby-1.7 on rails 3.1 app with the embedded neo4j database and I'm wondering how best to host in the cloud.
Originally I tried heroku, but found to my dismay that heroku only works with the REST interface for neo4j. Since I've already coded my models with the neo4j.rb gem I'd prefer to avoid recoding them just to host on heroku.
There's a great railscast (as usual) on using the gem rubber for amazon's ec2 service. This option looks like it comes with some nice defaults but lots of room for configuration, which is appealing, but I'm wondering if anyone has had any experience trying this? I'd like to have an idea of how successful I'm going to be before I start out, if possible.
I'm also open to other options that people may have tried.
I've also created a stackoverflow question here:
http://stackoverflow.com/questions/12744370/ways-to-cloud-host-embedded-neo4j-server-with-jruby-on-rails
which I'll update with whatever answers I receive here, as well.
Thanks,
David
(The railscast I'm referring to:
http://railscasts.com/episodes/347-rubber-and-amazon-ec2 )