Re: graphx vs graphframes

2019-10-17 Thread Alastair Green
you to cast a Morpheus graph into a GraphX graph) and extends the proposed 3.0 changes in a compatible way, are active. Yrs, Alastair Alastair Green Query Languages Standards and Research Neo4j UK Ltd Union House 182-194 Union Street London, SE1 0LH +44 795 841 2107 On Sun, Sep 22

Re%3A SPIP%3A DataFrame-based Property Graphs%2C Cypher Queries%2C and Algorithms=

2019-01-23 Thread Alastair Green
> // query> > val result = graph.cypher("""> > MATCH (p:Person)-[r:STUDY_AT]->(u:University)> > RETURN p.name, r.since, u.name> > """)> > > // algorithms> > val ranks = graph.pageRank.run()> > ~~~> > > Best,> > Xiangru