Quantcast
Channel: Spring Community Forums - NoSQL
Viewing all articles
Browse latest Browse all 128

Multiple neo4j server instances - multiple mapping?

$
0
0
Having 2 running instances of Neo4j server (one on port 7474 and one on 7575), how to
handle entity mapping over the two different instances?
There is no documentation around, regarding how to map @NodeEntity and @RelationshipEntity selectively to one graph-db or the other one in the same spring project. It seems just one mapping is possible.
Is mapping to several instances in the same project still not supported?

Thank you

Viewing all articles
Browse latest Browse all 128

Trending Articles