Closed wuxianliang closed 9 years ago
hi @wuxianliang,
i don't know anything about neo4j but see my answer in #15 with regard to method calls.
thanks,
paul.
Sounds like an interesting project, not familiar with the ostrio-Neo4jreactivity
methods differ from Meteor methods. This sounds like a good question for meteor-talk. But see #15 for a couple examples on how to make calls from python-meteor
Dear @hharnisc @ppettit and @dr-dimitru
I am trying to use Python-Meteor and ostrio-Neo4jreactivity for the power of Gensim / NLTK and the reactivity of Neo4j in the following way which met problems
Front End ---- call Meteor.method in .py ----> DDP client.call Neo4j.method ----> Neo4j ----> Front End
Problem One: Is this the correct way to use parameters in .call? Problem Two: How to modify Python-Meteor to support calling Meteor.neo4j.methods? Problem Three: Is this a robust way to keep the power of NLP packages and reactivity of Neo4j at the same time? Is it worth to do it?
Thank you all sincerely!