Requirements#
Neo4j Python package >= 4.4.1
xGT Python package >= 1.14.0
Pyarrow package >= 7.0.0
Trovares xGT >= 1.14.0
The Python packages can be installed through pip:
python -m pip install xgt neo4j pyarrow
If you don’t have Trovares xGT, you can install and run the Developer version from Docker:
docker pull trovares/xgt
docker run --publish=4367:4367 trovares/xgt
Optional#
- APOC
Improves schema querying. Available as an option to be turned on with the connector.
ODBC#
To use the optional ODBC connection features, the following packages are required:
ODBC Driver for your database and an ODBC Driver manager such unixODBC.