Hi,

I am very new to Spark and currently trying to implement a use case. We have
a JSON based REST Api implemented in Spring which gets around 50 calls/sec.
I would like to stream these JSON strings to Spark for processing and
aggregation. We are having strict SLA and would like to know the best way to
design the interface between the REST Api and Spark. 

Also, the processing part has different steps and is think of having
multiple Spark jobs for performing these steps. What is the best way of
triggering one job from another and passing data between these jobs. 

Thanks,
Sony
  



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Streaming-JSON-string-from-REST-Api-in-Spring-tp2358.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to