Skip to content
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

Improve clarity on editions and add some links #2244

Merged
merged 1 commit into from
Nov 10, 2021
Merged
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
8 changes: 5 additions & 3 deletions docs/asciidoc/modules/ROOT/pages/introduction/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ http://matrix.wikia.com/wiki/Apoc[Apoc^] was the technician and driver on board
*APOC* also stands for "Awesome Procedures On Cypher"
====

== APOC Editions - Core and Full

Starting from Neo4j 4.1.1, there are two available versions of the APOC Library:

_APOC Core_ :: battle hardened procedures and functions that don't have external dependencies or require configuration.
_APOC Full_ :: contains everything in APOC core, as well as additional procedures and functions.
_APOC Core_ :: battle hardened procedures and functions that don't have external dependencies or require configuration. This is also the based of the functionality available in https://neo4j.com/aura[Neo4j AuraDB^] which lists the https://neo4j.com/docs/aura/current/getting-started/apoc/[available APOC surface in their docs^].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APOC Core :: battle hardened procedures and functions that don't have external dependencies or require configuration. Only a vetted subset of these are https://neo4j.com/docs/aura/current/getting-started/apoc/[supported on Aura ^].

_APOC Full_ :: contains everything in APOC core, as well as additional procedures and functions, which is available both in https://neo4j.com/sandbox[Neo4j Sandbox^], the https://neo4j.com/docs/operations-manual/current/docker/operations/#docker-neo4jlabs-pluginsneo4j.com[Docker image^] and https://neo4j.com/docs/desktop-manual/current/operations/#install-plugin[Neo4j Desktop^], as well as when you self-host the database and add the apoc-full jar.


A list of functions and procedures in _APOC Core_ and _APOC Full_ can be found in xref::overview/index.adoc[].
A list of functions and procedures in _APOC Core_ and _APOC Full_ can be found in xref::overview/index.adoc[].