Skip to content

Commit 23a3857

Browse files
committed
Add page-alias and fix remaining references to GDS sessions
1 parent 9e23059 commit 23a3857

File tree

6 files changed

+23
-356
lines changed

6 files changed

+23
-356
lines changed

doc/modules/ROOT/pages/graph-analytics-serverless.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:page-aliases: gds-session
2+
13
= Aura Graph Analytics Serverless
24

35
Aura Graph Analytics Serverless is an on-demand ephemeral compute environment for running GDS workloads.
@@ -8,7 +10,7 @@ A GDS Session reads data from a Neo4j DBMS through a _remote projection_, runs c
810

911
NOTE: Graph Analytics Serverless is not available by default. See the Aura https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[docs] for details on how to enable it.
1012

11-
TIP: For ready-to-run notebooks, see our tutorials on GDS Sessions for xref:tutorials/graph-analytics-serveless.adoc[AuraDB] and xref:tutorials/graph-analytics-serveless-self-managed[self-managed databases].
13+
TIP: For ready-to-run notebooks, see our tutorials on GDS Sessions for xref:tutorials/graph-analytics-serverless.adoc[AuraDB] and xref:tutorials/graph-analytics-serverless-self-managed[self-managed databases].
1214

1315

1416
== GDS Session management

doc/modules/ROOT/pages/tutorials/graph-analytics-serveless.adoc

Lines changed: 0 additions & 335 deletions
This file was deleted.

doc/modules/ROOT/pages/tutorials/graph-analytics-serverless-self-managed.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
= Graph Analytics Serverless for Self-Managed Neo4j DB
44

55

6-
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/gds-sessions-self-managed.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open
6+
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serverless-self-managed.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open
77
In Colab]]
88

99

1010
This Jupyter notebook is hosted
11-
https://github.com/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serveless-self-managed.ipynb[here]
11+
https://github.com/neo4j/graph-data-science-client/blob/main/examples/graph-analytics-serverless-self-managed.ipynb[here]
1212
in the Neo4j Graph Data Science Client Github repository.
1313

1414
The notebook shows how to use the `graphdatascience` Python library to
@@ -20,14 +20,15 @@ Session, run algorithms, and eventually write back your analytical
2020
results to your Neo4j database. We will cover all management operations:
2121
creation, listing, and deletion.
2222

23-
If you are using AuraDB, follow link:../graph-analytics-serveless[this
23+
If you are using AuraDB, follow link:../graph-analytics-serverless[this
2424
example].
2525

2626
== Prerequisites
2727

2828
This notebook requires having a Neo4j instance instance available and
29-
that the GDS sessions feature is enabled for your Neo4j Aura project.
30-
Contact your account manager to get the features enabled.
29+
that the Graph Analytics Serverless
30+
https://neo4j.com/docs/aura/graph-analytics/#aura-gds-serverless[feature]
31+
is enabled for your Neo4j Aura project.
3132

3233
We also need to have the `graphdatascience` Python library installed,
3334
version `1.15` or later.

0 commit comments

Comments
 (0)