Tong Shu Li

Results 4 comments of Tong Shu Li

After some testing it turns out that it is actually much faster to import edges individually into neo4j when using py2neo version 3. As described in [this link](http://stackoverflow.com/questions/37676731/typeerror-create-takes-2-positional-arguments-but-4-were-given), it seems...

I've been experimenting with the batch CSV import provided by Neo4j (version 3), and it seems so far that the batch import can be made to work with Rephetio v2.0....

At the moment the batch CSV import is implemented as a tack-on script to the `integrate` repository. It basically sidesteps the `hetio` `export_neo4j()` function completely. Process: 1. [This script](https://github.com/veleritas/integrate/blob/neo3test/prepare_neo4j_import_csvs.ipynb) creates...

Hi Daniel, Just wanted to ask if we should be revisiting the Neo4j integration code issue. I've since switched over to using the built-in Neo4j CSV loader since it is...