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
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