I'm starting to learn about big data and Apache Spark , and I have doubts.
In the future I will need to collect data from IoT, and this data will come to me as time series data . I read about Time Series Databases ( TSDB ) and I found some open source options like Atlas, KairosDB, OpenTSDB, etc.
I really need Apache Spark, so I want to know: can I use the Time Series database on Apache Spark? Does it make sense? Please remember that I am very new to big data concepts, Apache Spark and all the issues that I talked about in this question.
If I can run TSDB on top of Spark, how can I achieve this?
source share