Re: [Neo4j] Different instances in Neo4j REST db

2011-10-09 Thread Jim Webber
Hi Andrew,

The Neo4j server has a single instance of EmbeddedGraphDatabase inside. You can 
create different logical databases by having disjoint graphs only.

HTH.

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


Re: [Neo4j] Different instances in Neo4j REST db

2011-10-09 Thread andrew ton


Hi Jim,

I can create different graphs in different folders using the embedded database. 
I'd like to know whether the same thing is possibly done with the REST server.

Thanks,



From: Jim Webber j...@neotechnology.com
To: Neo4j user discussions user@lists.neo4j.org
Sent: Sunday, October 9, 2011 2:30 AM
Subject: Re: [Neo4j] Different instances in Neo4j REST db

Hi Andrew,

The Neo4j server has a single instance of EmbeddedGraphDatabase inside. You can 
create different logical databases by having disjoint graphs only.

HTH.

Jim
___
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] Different instances in Neo4j REST db

2011-10-09 Thread Jim Webber
Hi Andrew,

It's not possible with a single REST server, though multiple REST servers will 
live happily on the same host providing you give each of them different 
configuration (e.g. port number, data store location etc).

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


Re: [Neo4j] Different instances in Neo4j REST db

2011-10-09 Thread andrew ton


Hi Jim,

Thank you for the clear information!

Cheers,



From: Jim Webber j...@neotechnology.com
To: Neo4j user discussions user@lists.neo4j.org
Sent: Sunday, October 9, 2011 7:23 AM
Subject: Re: [Neo4j] Different instances in Neo4j REST db

Hi Andrew,

It's not possible with a single REST server, though multiple REST servers will 
live happily on the same host providing you give each of them different 
configuration (e.g. port number, data store location etc).

Jim
___
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