A bit more info ... The individual Azure machines will get spun up and down as you do new deployments, etc.
The storage is called "Cloud Drive" and is an Azure page blob which gets mounted as a drive letter. (It's the equivalent of uploading a VHD (Virtual Hard Drive) file to Amazon's S3, then mounting it as a drive letter with efficient block level access.) The blob itself has a full internal file system. -- Tatham -----Original Message----- From: Tatham Oddie Sent: Thursday, 15 September 2011 3:38 PM To: [email protected] Subject: RE: [Neo4j] Java PaaS with Neo4j (slightly off topic) You can run Java on Windows Azure with persistent file storage. (Microsoft even ship Eclipse tooling support and everything for Azure.) That's how we're hosting neo4j on my current project. -- Tatham -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Christopher Schmidt Sent: Friday, 9 September 2011 2:41 PM To: [email protected] Subject: [Neo4j] Java PaaS with Neo4j (slightly off topic) Hi all, I am using (the embedded version of) Neo4j together with a webapplication (WAR file for Tomcat). Does anyone know a PaaS provider (like CloudBees) that allow a local file storage? (This would be a simple solution beside implementing the Neo4j Server REST interface and f.e. using a Neo4j Heroku Addon) -- Christopher twitter: @fakod blog: http://blog.fakod.eu _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

