4

I have a Spark Structured Streaming application which receives Kafka messages. For each such message it retrieves initial data from DB and performs calculations. I want to use GraphX (or GraphFrame) to build graph for each message and perform calculations. I understand how to do it with simple batch job, but how to use GraphX with Spark Streaming?

Igorock
  • 2,691
  • 6
  • 28
  • 39

0 Answers0