Neo4j
This page explains how to setup neo4j, install the neo4j plugin and create a graph on your server
Prerequisites
Get neo4j up and running
Follow the instructions of the dedicated FAQ page to get neo4j up and running.
We recommend using a recent release of Datashare (>= 14.0.0
) to use this feature, click on the 'Other platforms and versions' button when downloading to access versions if necessary.
Add entities
If it's not done yet add entities to your project using the Datashare CLI.
If your project contains email documents, make sure to run the EMAIL
pipeline together with regular NLP pipeline. To do so add set the follow nlpp
flag to --nlpp CORENLP,EMAIL
.
Next step
You can now run Datashare with the neo4j plugin !
Last updated