# Neo4j

## Prerequisites

### Get Neo4j up and running

Follow the instructions of the [dedicated FAQ page](https://icij.gitbook.io/datashare/usage/faq/general/how-to-run-neo4j) to get Neo4j up and running.

We recommend using a **recent release** of Datashare (`>= 14.0.0`) to use this feature, click on the '**All 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](https://icij.gitbook.io/datashare/server-mode/add-entities-from-the-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](https://icij.gitbook.io/datashare/server-mode/create-the-neo4j-graph/run-datashare-with-the-neo4j-plugin).
