Im working on a spark streaming example program. I want to store the output RDD to a database for real time visualization.
Can I use Redis to store this real time output? How can I do it? In that case, what client is to be used?
Or should I just store it in HDFS?
Thanks