Re: How to use neo4j cypher/opencypher to query spark RDD/graphdb

2022-10-16 Thread Artemis User
Spark doesn't offer a native graph database like Neo4j does since GraphX is still using the RDD tabular data structure.  Spark doesn't have a GQL or Cypher query engine either, but uses Google's Pregal API for graph processing.  Don't see any prospect that Spark is going to implement any types

How to use neo4j cypher/opencypher to query spark RDD/graphdb

2022-10-15 Thread ERSyrfw212oe
I think I saw GraphX here and there,is it a re-implementation of open cypher or is it a graphdb for spark? I wanted to create a graphdb and query with cypher language,i looked around docs and didnt see any relevant guide.SO seems to be tackling specific problems.and I currently dont even know w