Library to load data sets to Neo4j.
Project description
GraphIO
A Python library to quickly build data sets and load them to Neo4j. Based on Py2neo. Built by Kaiser & Preusse.
Documentation
Docs available at: https://graphio.readthedocs.io/
Tutorial with real data: https://graphdb-bio.com/graphio-tutorial-idmapping
Install
Install graphio from PyPI:
pip install graphio
Install the latest build version from github:
pip install git+https://github.com/kaiserpreusse/graphio.git
Status
This is an early release with a focus on data loading.
Development
You need Docker to run the test suite. Two Neo4j Docker containers will be started before running the tests, one for version 3.5 and another for version 4.
All tests that use the graph
fixture found in tests/conftest.py
will run against both 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.