You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broken link to fabric documentation (#6604) (#6605)
* fixing link to fabric documentation on 4.4 as it was removed on 5
* Update public/doc/modules/ROOT/pages/production-deployment/fabric.adoc
Co-authored-by: Nicola Vitucci <nicola.vitucci@gmail.com>
Co-authored-by: Nicola Vitucci <nicola.vitucci@gmail.com>
Co-authored-by: Nicola Vitucci <nicola.vitucci@gmail.com>
Neo4j Fabric is a way to store and retrieve data in multiple databases, whether they are on the same Neo4j DBMS or in multiple DBMSs, using a single Cypher query.
9
-
For more information about Fabric itself, please visit the https://neo4j.com/docs/operations-manual/current/fabric/introduction/?ref=blog[documentation].
9
+
For more information about Fabric itself, please visit the https://neo4j.com/docs/operations-manual/4.4/fabric/introduction/[Fabric documentation].
10
10
11
11
A typical Neo4j Fabric setup consists of two components: one or more shards that hold the data and one or more Fabric proxies that coordinate the distributed queries.
12
12
Currently, the way of running the Neo4j Graph Data Science library in a Fabric deployment is to run GDS on the shards.
0 commit comments