jqassistant-plugin / jqassistant-apoc-plugin

jQAssistant plugin to provide Neo4j APOC extensions
GNU General Public License v3.0
1 stars 0 forks source link
apoc jqassistant neo4j plugin

:toc: = jQAssistant APOC Plugin

The project provides the Neo4j APOC procedures and functions as http://jqassistant.org/[jQAssistant] plugin.

[NOTE]

This plugin is deprecated and no longer supported. Please migrate to jQAssistant 2.1.0 which allows adding APOC directly as plugin for the embedded store:

.Neo4j v4.x [source,yaml]

jqassistant: store: embedded: neo4j-plugins:

.Neo4j v5.x [source,yaml]

jqassistant: store: embedded: neo4j-plugins:

== Installation

=== Prerequisites

=== Maven

The plugin can be enabled in the configuration file .jqassistant.yml: [source,yml] ..jqassistant.yml

jqassistant: plugins:

=== Verify Installation

Start the integrated server via Maven (mvn jqassistant:server) or CLI (jqassistant server) and execute the following query in the Neo4j browser:


CALL apoc.help('text')

The query shall return successfully and return a list of available procedures.

== Changelog

=== 2.0.0

=== 1.12.0

=== 1.10.0

=== 1.9.0

=== 1.8.1

=== 1.8.0