Provides a Neo4j node for n8n workflows, including basic authentication credentials. It allows to connect and interact with Neo4j databases within the n8n automation platform. Includes an init generator to handle peer dependencies.
Add the package to your workspace:
yarn add @rxap/n8n-nodes-neo4j
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-neo4j:init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-neo4j:init