Skip to content

Commit ab6d78a

Browse files
Make Cypher Manual AuraDB Business Critical aware (#1072)
Co-authored-by: Jessica Wright <[email protected]>
1 parent f9aaefe commit ab6d78a

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

modules/ROOT/pages/introduction/cypher-aura.adoc

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Cypher and Aura
33
:description: This section provides an introduction to the Cypher query language.
44

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.
66

77
== What is Aura?
88

@@ -13,41 +13,35 @@ AuraDB is a graph database service for developers building intelligent applicati
1313
AuraDB is available on the following tiers:
1414

1515
* AuraDB Free
16-
* AuraDB Pro
17-
* AuraDB Enterprise
16+
* AuraDB Professional
17+
* AuraDB Business Critical
18+
* AuraDB Virtual Dedicated Cloud
1819

1920
For more information, see link:{neo4j-docs-base-uri}/aura/auradb[Aura docs - Neo4j AuraDB overview].
2021

2122
AuraDS is available on the following tiers:
2223

23-
* AuraDS Pro
24+
* Graph Data Science Community
25+
* Graph Data Science Enterprise
26+
* AuraDS Professional
2427
* AuraDS Enterprise
2528

2629
For more information, see link:{neo4j-docs-base-uri}/aura/aurads[Aura docs - Neo4j AuraDS overview].
2730

2831
== Using Cypher on Aura
2932

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.
3235
For example, it is not possible to create, alter, or drop databases using Aura, nor is it possible to alter or drop servers.
3336

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].
4640

4741
== Aura and the Cypher Cheat Sheet
4842

4943
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.
5044

5145
The Cypher Cheat Sheet can be accessed link:{neo4j-docs-base-uri}/cypher-cheat-sheet/{page-version}/auradb-enterprise/[here].
5246
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

Comments
 (0)