Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-18-2020 08:11 AM
Hello!
I'm working with a JSON and cypher commands to import it, but I have a question:
Can I create an external function, for example in Pyhton, that returns a text with a Cypher command?
I mean, I create a Cypher command to import the JSON, which has inside a line that is calling an external function, that adds some Cypher lines to the command.
Thank you!
Solved! Go to Solution.
05-18-2020 08:13 AM
Hello,
I think you are looking for this: https://neo4j.com/docs/api/python-driver/current/index.html
05-18-2020 08:13 AM
Hello,
I think you are looking for this: https://neo4j.com/docs/api/python-driver/current/index.html
05-19-2020 12:07 AM
Thank you!! I will take a look to that article
05-19-2020 12:22 AM
The Neo4j Python driver allows you to write the CYpher request as a string and to send it to your Neo4j Database and to get the result:)
05-25-2020 01:14 AM
I've done it! I read what you said on my mail, I was without internet for a few days, but now is marked as the solution!
All the sessions of the conference are now available online