Multiple Databases

Hi All,
Is there a way in neo4j to access a node of another graph db from current graph db without switching .If yes how ?

TIA.

Hello @saravananraj2196 ,

Yes, that is the intention of Fabric, which "stitches together" multiple databases into a logical view. You can learn more here:

Best,
ABK

Hi @saravananraj2196

If you are using Neo4j 4.x Enterprise, the multi-database is a good choice.

If you can only use one database, such as Neo4j Community.
You can use it by launching multiple databases with different ports.

Thanks ABK!! This is what i'm looking for!!

1 Like