Re: [Neo4j] Different instances in Neo4j REST db
Hi Jim, Thank you for the clear information! Cheers, From: Jim Webber To: Neo4j user discussions 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
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
Re: [Neo4j] Different instances in Neo4j REST db
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 To: Neo4j user discussions 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
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] Different instances in Neo4j REST db
Hello, Does Neo4J REST db allow us to create multiple different graphs, e.g. one graph is for a set of data A and another for a set of data B? My question is about the similar feature in the relational db where we can create multiple db instances. If Neo4J does how can I do it? Thanks, ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user