Theoretically we should be able to run distributed Unipop queries on Spark or something. Some of Unipop's data sources even have Hadoop integration (e.g. Elasticsearch RDD, Jdbc RDD, etc).
Utilizing a Unigraph's schema configuration, this feature should provide Unipop's users a transparent, zero-configuration way to execute distributed queries over their data.
Questions
Should we implement Tinkerpop's GraphComputer? What does that entail?
Can we utilize Tinkerpop's HadoopGraph implementation? If so, how?
Can we utilize Tinkerpop's SparkGraphComputer (is that the name)? If so, how?
Theoretically we should be able to run distributed Unipop queries on Spark or something. Some of Unipop's data sources even have Hadoop integration (e.g. Elasticsearch RDD, Jdbc RDD, etc). Utilizing a
Unigraph
's schema configuration, this feature should provide Unipop's users a transparent, zero-configuration way to execute distributed queries over their data.Questions
GraphComputer
? What does that entail?