I am trying to build a prototype webapp with flask, swagger and py2neo. I cannot have my neo4j database updated with api.py model. I have asked this question in stackoverflow but cannot get an answer. Any body can recoomend?
stackoverflow.c...
I followed instructions from here to configure (I want to import data in mongo to neo4j). I am in OSX Catalina. What endpoint should I be using? Following is my settings:
I have a virutal environment created with pipenv.
mongo-connector version: 3.1....
Some of the queries listed on online training does not work for the older version of the neo4j. Example:
https://stackoverflow.com/questions/62365265/neo-clienterror-statement-syntaxerror-invalid-input-l-expected-r-r-or-o-o/62367486#62367486.
How as ...