Neo

Results 6 comments of Neo

@darylfung96 So, this error persists for me as well when I used AuraDB Free version. I believe the data transfer isn't being done properly. However, I do get the expected...

Put the correct query

initialCypher: `MATCH (n) RETURN n limit 20` This is incorrect. Use something like: initialCypher: `MATCH p=()-[:ACTED_IN]->() RETURN p` to get all nodes which have 'to' and 'from' relationship of 'ACTED_IN'

It will take it's time, after run.sh, all processes should be started/created. After that, list.sh will give : ``` ************************************* Quorum Dev Quickstart ************************************* ---------------------------------- List endpoints and services ----------------------------------...

For updates of GateNLP.ipynb : check PR #12