neo4j - How differentiate data for each database or Graph -


  1. to differentiate data each database , in examples neo4j has movie db , northwind db, how know @ end sought of database/graphs we've. how these managed (database administration point of view).
  2. secondly if connect sqlserver client , can have list of database each database has own db objects. how can deal below points:

    to execute query on particular database or graph , in sqlserver can either use full qualified name under db context e.g select * amazon.dbo.people or "use amazon" , call store procedures,views,functions or whatever objects.

neo4j not have concept of multiple databases in 1 neo4j instance. can run multiple databases setting multiple instances - on same machine.

another option organize graph multiple distinct subgraphs.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -