-
Notifications
You must be signed in to change notification settings - Fork 25
aura procedures #747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: console
Are you sure you want to change the base?
aura procedures #747
Conversation
The following are known to be restricted in Aura (e.g. due to permission, cluster, or filesystem constraints). | ||
|
||
`CALL db.info()` | ||
Used for system-level diagnostics (❌ Not supported in Aura Free ✅ Supported in Aura Pro) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea how to present these ones which are not supported in free, but are supported in pro?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest to put them in a table and use a footnote.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's find a better place for these. They don't belong in the Query section.
@@ -76,6 +76,7 @@ Generic Start | |||
** xref:query/introduction.adoc[What is Query?] | |||
** xref:query/visual-tour.adoc[Visual tour] | |||
** xref:query/operations.adoc[Query operations] | |||
** xref:query/procedures.adoc[Aura procedures] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Procedures should not be part of the Query docs.
|
||
This page provides a reference for built-in procedures supported in Neo4j Aura (including both AuraDB and AuraDS). | ||
Aura restricts access to certain administrative and custom capabilities due to its fully managed, secure architecture. | ||
This guide highlights what is available, how to use them, and which procedures are not supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This guide highlights what is available, how to use them, and which procedures are not supported. |
|
||
The full list of Neo4j procedures is available at https://neo4j.com/docs/operations-manual/current/procedures/ | ||
|
||
To check which procedures are available in your Aura instance, run the following Cypher command in the query editor or Cypher shell: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To check which procedures are available in your Aura instance, run the following Cypher command in the query editor or Cypher shell: | |
To check which procedures are available in your Aura instance, run the following Cypher command in Query or Cypher shell: |
Do Aura users use Cypher shell?
.All procedures must be called with the CALL keyword, e.g. | ||
[source,cypher] | ||
---- | ||
CALL db.labels(); | ||
---- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.All procedures must be called with the CALL keyword, e.g. | |
[source,cypher] | |
---- | |
CALL db.labels(); | |
---- |
`CALL db.schema.nodeTypeProperties();` | ||
Lists properties by node type. | ||
|
||
== Index and Query Management |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
== Index and Query Management | |
== Index and query management |
@@ -0,0 +1,164 @@ | |||
= Aura Built-in Procedures Reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
= Aura Built-in Procedures Reference | |
= Aura built-in procedures reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we ensure that these are always correct and up to date? Do we need to have them in the Aura docs? They are already listed in the Operations Manual. It creates extra work to maintain the same content in two different places. What prompted this addition?
|
||
== Schema and Metadata | ||
|
||
`CALL db.labels();` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`CALL db.labels();` | |
`db.labels();` |
We are listing the procedures, seems superfluous to include CALL
on every line.
`CALL db.awaitIndexes(300);` | ||
Wait for all indexes to come online. | ||
|
||
`CALL db.index.fulltext.awaitEventuallyConsistentIndexRefresh();` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description to come?
This PR includes documentation updates New pages: |
https://trello.com/c/GRCdldPH/482-procedures-on-aura