Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ image::federation-sharding.png[title="Data federation and sharding", width=450,

[TIP]
====
For a step-by-step tutorial on setting up and using a Composite database with federated and sharded data, see xref:tutorial/tutorial-composite-database.adoc[Set up and use a Composite database].
For a step-by-step tutorial on setting up and using a Composite database with federated and sharded data, see xref:tutorial/tutorial-composite-database.adoc[Tutorials -> Setting up and using a composite database].
====
6 changes: 3 additions & 3 deletions modules/ROOT/pages/docker/clustering.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[[docker-cc]]
= Deploy a Neo4j cluster on multiple Docker hosts

Neo4j supports clustering in a containerized environment without an orchestration tool.
This section describes how to use Docker to set up a cluster across multiple machines.
For a tutorial on how to set up a cluster locally for testing purposes, see xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container].
Neo4j supports clustering in a containerized environment without an orchestration tool.
This section describes how to use Docker to set up a cluster across multiple machines.
For a tutorial on how to set up a cluster locally for testing purposes, see xref:tutorial/tutorial-clustering-docker.adoc[Tutorials -> Deploying a Neo4j cluster in a Docker container].

[NOTE]
====
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This section describes the `neo4j-admin database import` option.
[TIP]
====
For information on `LOAD CSV`, see the link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/load-csv[Cypher Manual -> `LOAD CSV`].
For in-depth examples of using the command `neo4j-admin database import`, refer to the xref:tutorial/neo4j-admin-import.adoc[Tutorials -> Neo4j Admin import].
For in-depth examples of using the command `neo4j-admin database import`, refer to the xref:tutorial/neo4j-admin-import.adoc[Tutorials -> Importing data].
====

These are some things you need to keep in mind when creating your input files:
Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/tutorial/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The following step-by-step tutorials cover common operational tasks or otherwise

//* <<tutorial-local-cluster, Set up a local Causal Cluster>> -- This tutorial walks through the basics of setting up a Neo4j Causal Cluster.
//* <<tutorial-cc-backup-restore-db, Back up and restore a database in Causal Cluster>> -- This tutorial provides a detailed example of how to back up and restore a database in a running Causal Cluster.
* xref:tutorial/neo4j-admin-import.adoc[Neo4j Admin import] -- This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`.
* xref:tutorial/tutorial-composite-database.adoc[Set up and use a Composite database] -- This tutorial walks through the basics of setting up and using Composite databases.
* xref:tutorial/neo4j-admin-import.adoc[Importing data] -- This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`.
* xref:tutorial/tutorial-composite-database.adoc[Setting up and using a composite database] -- This tutorial walks through the basics of setting up and using Composite databases.
* xref:tutorial/access-control.adoc[Fine-grained access control] -- This tutorial presents an example that illustrates various aspects of security and fine-grained access control.
* xref:tutorial/tutorial-sso-configuration.adoc[Configuring Neo4j Single Sign-On (SSO)] -- Examples and solutions to common problems when configuring SSO.
* xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container] -- This tutorial walks through setting up a Neo4j cluster on your local computer for testing purposes.
* xref:tutorial/tutorial-clustering-docker.adoc[Deploying a Neo4j cluster in a Docker container] -- This tutorial walks through setting up a Neo4j cluster on your local computer for testing purposes.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/tutorial/neo4j-admin-import.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[tutorial-neo4j-admin-import]]
= Neo4j-admin import
= Importing data
:description: This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`.

This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command xref:import.adoc[`neo4j-admin database import`].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:description: How to deploy a Neo4j cluster in a containerized environment without an orchestration tool.
[role=enterprise-edition]
[[docker-cc]]
= Deploy a Neo4j cluster in a Docker container
= Deploying a Neo4j cluster in a Docker container

Neo4j supports clustering in a containerized environment without an orchestration tool.
This tutorial walks through setting this up locally for testing purposes.
Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/tutorial/tutorial-composite-database.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[role=enterprise-edition]
[[tutorial-composite-database]]
= Set up and use a Composite database
:description: This tutorial walks through the basics of setting up and using a Composite database.
= Setting up and using a composite database
:description: This tutorial walks through the basics of setting up and using a composite database.
:page-aliases: tutorial/fabric-tutorial.adoc

Composite databases allow queries that access multiple graphs at once.
Expand Down Expand Up @@ -685,4 +685,4 @@ Then, using the returned product IDs, it queries both `db1` and `db2` *in parall

You have just learned how to store and retrieve data from multiple databases using a single Cypher query.

For more details on Composite databases, see xref:database-administration/composite-databases/concepts.adoc[].
For more details on Composite databases, see xref:database-administration/composite-databases/concepts.adoc[].