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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/introduction/cypher-aura.adoc
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
= Cypher and Aura
3
3
:description: This section provides an introduction to the Cypher query language.
4
4
5
-
This section gives a brief overview of Aura, and how Cypher differs to users of Aura.
5
+
This page provides a brief overview of Neo4j Aura and its relationship to Cypher.
6
6
7
7
== What is Aura?
8
8
@@ -13,41 +13,35 @@ AuraDB is a graph database service for developers building intelligent applicati
13
13
AuraDB is available on the following tiers:
14
14
15
15
* AuraDB Free
16
-
* AuraDB Pro
17
-
* AuraDB Enterprise
16
+
* AuraDB Professional
17
+
* AuraDB Business Critical
18
+
* AuraDB Virtual Dedicated Cloud
18
19
19
20
For more information, see link:{neo4j-docs-base-uri}/aura/auradb[Aura docs - Neo4j AuraDB overview].
20
21
21
22
AuraDS is available on the following tiers:
22
23
23
-
* AuraDS Pro
24
+
* Graph Data Science Community
25
+
* Graph Data Science Enterprise
26
+
* AuraDS Professional
24
27
* AuraDS Enterprise
25
28
26
29
For more information, see link:{neo4j-docs-base-uri}/aura/aurads[Aura docs - Neo4j AuraDS overview].
27
30
28
31
== Using Cypher on Aura
29
32
30
-
Most Cypher features are available on all tiers of Aura.
31
-
There are, however, some features which are not available to Aura instances.
33
+
Most Cypher features are available across all tiers of Aura.
34
+
However, certain features are not supported in Aura instances.
32
35
For example, it is not possible to create, alter, or drop databases using Aura, nor is it possible to alter or drop servers.
33
36
34
-
There are also certain Cypher features which are only available on AuraDB Enterprise instances.
35
-
These can be categorized as the role-based access-control features of Cypher.
36
-
For example, it is not possible to create, alter, or drop roles using AuraDB Free, AuraDB Pro, AuraDS Pro, or AuraDS Enterprise, but it is possible using AuraDB Enterprise.
37
-
38
-
The Cypher Manual uses two different labels to differentiate this distinction:
39
-
40
-
[options="header,cols=""2a,2a"]
41
-
|===
42
-
| Label | Description
43
-
| label:not-on-aura[Not Available on Aura] | Cypher feature not available on any tier of Aura.
44
-
| label:aura-db-enterprise[AuraDB Enterprise] | Cypher feature only available on AuraDB Enterprise.
45
-
|===
37
+
Additionally, some Cypher features are exclusive to AuraDB Business Critical and AuraDB Virtual Dedicated Cloud tiers.
38
+
These primarily fall under database administration and role-based access control capabilities.
39
+
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[Operations Manual -> Database administration] and the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/[Operations Manual -> Authentication and authorization].
46
40
47
41
== Aura and the Cypher Cheat Sheet
48
42
49
43
Each different tier of Aura has a customized version of the Cypher Cheat Sheet which only shows the features of Cypher available for the chosen tier.
50
44
51
45
The Cypher Cheat Sheet can be accessed link:{neo4j-docs-base-uri}/cypher-cheat-sheet/{page-version}/auradb-enterprise/[here].
52
46
You can select your desired Aura tier and Neo4j version by using the dropdown menus provided.
53
-
Note that the default tier is AuraDB Enterprise.
47
+
Note that the default tier is AuraDB Virtual Dedicated Cloud.
0 commit comments