Skip to content

Commit 5f58b49

Browse files
authored
add apoc (#599)
1 parent 9976461 commit 5f58b49

File tree

4 files changed

+403
-381
lines changed

4 files changed

+403
-381
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
NEO4J_URI=
22
NEO4J_USERNAME=neo4j
33
NEO4J_PASSWORD=
4-
DOCS_VERSION=5
4+
DOCS_VERSION=current

modules/ROOT/content-nav.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Generic Start
6161
** xref:query/introduction.adoc[What is Query?]
6262
** xref:query/visual-tour.adoc[Visual tour]
6363
** xref:query/operations.adoc[Query operations]
64+
** xref:query/apoc.adoc[APOC support]
6465
6566
* Metrics
6667
** xref:metrics/view-metrics.adoc[View metrics]

modules/ROOT/pages/query/apoc.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[aura-apoc-support]]
2+
= APOC support
3+
4+
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.
5+
For more information on APOC, see https://neo4j.com/docs/apoc/[the APOC documentation].
6+
7+
A subset of the APOC Core functions and procedures are pre-installed and available in Aura, as shown below:
8+
9+
include::partial$apoc-procedures.adoc[]
10+

0 commit comments

Comments
 (0)