Skip to content

Commit ac8c7df

Browse files
committed
Use official product name + remove EAP banner
1 parent 37df3e2 commit ac8c7df

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

doc/modules/ROOT/pages/gds-session.adoc renamed to doc/modules/ROOT/pages/graph-analytics-serverless.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
= GDS Sessions
1+
= Graph Analytics Serverless
2+
3+
Aura Graph Analytics Serverless is an on-demand ephemeral compute environment for running GDS workloads. Each compute unit is called a GDS Session. It is offered as part of Neo4j Aura, a fast, scalable, always-on, fully automated cloud graph platform.
24

3-
A GDS Session is a temporary compute environment for running GDS workloads.
4-
It is a service offered by Neo4j and runs within Neo4j's Aura cloud platform.
55
A GDS Session reads data from a Neo4j DBMS through a _remote projection_, runs computations on the projected graph, and optionally writes the results back to the DBMS using _remote write-back_.
66

7-
NOTE: GDS Sessions are not available by default. Contact your account manager to get the features enabled.
7+
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.
88

99
TIP: For ready-to-run notebooks, see our tutorials on GDS Sessions for xref:tutorials/gds-sessions.adoc[AuraDB] and xref:tutorials/gds-sessions-self-managed[self-managed databases].
1010

doc/modules/ROOT/pages/tutorials/gds-sessions.adoc renamed to doc/modules/ROOT/pages/tutorials/graph-analytics-serveless.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT - AsciiDoc file generated automatically
22

3-
= GDS Sessions for AuraDB
3+
= Graph Analytics Serverless for AuraDB
44

55

66
https://colab.research.google.com/github/neo4j/graph-data-science-client/blob/main/examples/gds-sessions.ipynb[image:https://colab.research.google.com/assets/colab-badge.svg[Open

doc/modules/ROOT/pages/tutorials/gds-sessions-self-managed.adoc renamed to doc/modules/ROOT/pages/tutorials/graph-analytics-serverless-self-managed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT - AsciiDoc file generated automatically
22

3-
= GDS Sessions for Self-Managed Neo4j DB
3+
= Graph Analytics Serverless for Self-Managed Neo4j DB
44

55

66
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

doc/modules/ROOT/partials/tutorial-list.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
* xref:tutorials/node-regression-with-subgraph-and-graph-sample.adoc[]
88
* xref:tutorials/heterogeneous-node-classification-with-hashgnn.adoc[]
99
* xref:tutorials/kge-predict-transe-pyg-train.adoc[]
10-
* xref:tutorials/gds-sessions.adoc[] (EAP)
11-
* xref:tutorials/gds-sessions-self-managed.adoc[] (EAP)
10+
* xref:tutorials/graph-analytics-serverless.adoc[]
11+
* xref:tutorials/graph-analytics-serverless-self-managed.adoc[]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
},
1010
"source": [
11-
"# GDS Sessions for AuraDB"
11+
"# Graph Analytics Serverless for AuraDB"
1212
]
1313
},
1414
{

examples/gds-sessions-self-managed.ipynb renamed to examples/graph-analytics-serverless-self-managed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
},
1010
"source": [
11-
"# GDS Sessions for Self-Managed Neo4j DB"
11+
"# Graph Analytics Serverless for Self-Managed Neo4j DB"
1212
]
1313
},
1414
{

0 commit comments

Comments
 (0)