I found the developer documentation for SDN/RX includes details on the Neo4jclient which supports selecting the database to run your queries against (https://neo4j.com/developer/spring-data-neo4j-rx/#_usage). This is great for adhoc queries. I would ...
I am interested in the multi database per server feature to use for multi tenancy. I have been going through the documentation for MR3 and I was having trouble finding examples of how to choose the database in Java. Finally I found this PDF from MR2:...
As 4.0 isn't out yet I have started down the path of tenant by label for multi-tenancy. I am finding labels frustrating to work with when trying to use them with Spring Data for Neo4j. There doesn't appear to be a straightforward way to add a label a...