Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEO4J_URI=
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=
DOCS_VERSION=5
DOCS_VERSION=current
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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/apoc.adoc[APOC support]

* Metrics
** xref:metrics/view-metrics.adoc[View metrics]
Expand Down
10 changes: 10 additions & 0 deletions modules/ROOT/pages/query/apoc.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[aura-apoc-support]]
= APOC support

APOC (Awesome Procedures on Cypher) is a Neo4j library that provides access to additional procedures and functions, extending the use of the Cypher query language.
For more information on APOC, see https://neo4j.com/docs/apoc/[the APOC documentation].

A subset of the APOC Core functions and procedures are pre-installed and available in Aura, as shown below:

include::partial$apoc-procedures.adoc[]

Loading