Spark Streaming. Real-time save data and visualize on dashboard

I've developed an application using Apache Spark Streaming, that reads simple info from plane sensors like acceleration, via TCP sockets on json format, and analyse it.

I'd like to be able to persist this info from each "flight" on real-time, while it is shown on any responsive dashboard.

I just don't know if is it possible to use a no-SQL database like Mongo, Cassandra in collaboration with a monitoring tools like Grafana,Kabana, and it make sense.

Tagged:
Sign In or Register to comment.