Re: [Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-15 Thread McKinley
This service was just announce today and it seems to offer persistant
storage from what I read in the description. I don't know where it falls in
the PaaS spectrum.

http://www.joyentcloud.com/2011/09/joyent-announces-the-new-joyent-cloud-sets-new-bar-for-cloud-analytics-performance-and-data-resiliency/

Cheers,

McKinley
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-14 Thread Michael Hunger
At CFoundry you can access local storage but it is not persistent. 

No access to local storage at Heroku, don't know about the others. Sorry.

Only IaaS as AWS.

Cheers

Michael

Am 09.09.2011 um 06:40 schrieb Christopher Schmidt:

 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
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-14 Thread Tatham Oddie
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: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
Behalf Of Christopher Schmidt
Sent: Friday, 9 September 2011 2:41 PM
To: user@lists.neo4j.org
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
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-14 Thread Tatham Oddie
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: user@lists.neo4j.org
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: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
Behalf Of Christopher Schmidt
Sent: Friday, 9 September 2011 2:41 PM
To: user@lists.neo4j.org
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
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-14 Thread Peter Neubauer
On a note,
we are testing Neo4j HA installations on Azure, so there will be
samples coming out soon for that.

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Thu, Sep 15, 2011 at 7:40 AM, Tatham Oddie tat...@oddie.com.au wrote:
 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: user@lists.neo4j.org
 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: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
 Behalf Of Christopher Schmidt
 Sent: Friday, 9 September 2011 2:41 PM
 To: user@lists.neo4j.org
 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
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Java PaaS with Neo4j (slightly off topic)

2011-09-08 Thread Christopher Schmidt
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
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user