Library to load data sets to Neo4j.
Project description
GraphIO
A Python library to bulk load data to Neo4j.
Documentation
Docs available at: https://graphio.readthedocs.io
Install
Install graphio from PyPI:
pip install graphio
Install the latest build version from github:
pip install git+https://github.com/kaiserpreusse/graphio.git
Development
You need Docker to run the test suite. First start the Neo4j instances to test against:
docker-compose -f test_neo4j_compose.yml up
Install dependencies:
pip install -r requirements.txt
pip install -r test_requirements.txt
Then run the tests:
python -m pytest
All tests that use the graph
fixture found in tests/conftest.py
will run against all databases.
Feedback
Please provide feedback, ideas and bug reports through GitHub issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
graphio-0.7.1.tar.gz
(22.4 kB
view hashes)
Built Distribution
graphio-0.7.1-py3-none-any.whl
(24.3 kB
view hashes)