-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neo4j import failed #11
Comments
Looks like the error is occurring on this line of |
Thank you so much for your prompt and insightful response. It appears that your suggestion could indeed be the root cause of the issue I'm experiencing. |
In case it could be useful, here is some feedback. I change these two lines to source = db_graph.nodes.match(source_label, identifier=edge.source.identifier).first()
target = db_graph.nodes.match(target_label, identifier=edge.target.identifier).first() and the |
@maggielee1111 awesome! Just so we know what version this works with, can you see which Would you be interested in submitting your fix as a PR in |
Yes sure! The |
Awesome, start by opening at PR that changes those two lines and then I can review to see if we should make any additional changes! |
okay! I think I just open a PR that changes these lines. Please check it out and let me know if there is any further things to be done. |
Hi Daniel, I am trying to export Hetnets to neo4j by running the neo4j-import.ipynb using neo4j-community-3.5.1 under windows 10.
The neo4j-import.ipynb involves creating a new instance of neo4j, modifying the configuration files, starting the neo4j server, reading a graph from a file, exporting it to neo4j, and then stopping the server. I have followed all the required steps, but unfortunately, I am facing issues that I'm unable to resolve on my own.
To give you a brief overview, here is the exporting code snippet (trying to export a single hetnet.json.bz2 instead of using ‘ProcessPool’).
It turns out that the 47031 nodes in hetnet.json.bz2 was imported successfully to neo4j. But the relationships are not. The output message is as follow:
I am hoping you might be able to provide some guidance on how to resolve this issue. Any hints, tips or advice would be greatly appreciated. Thank you very much for your time and consideration!
The text was updated successfully, but these errors were encountered: