Reputation: 151
I am working on analytic application using Apache Spark and Cassandra to store and analyze data.
I'd like to visualize that data.
Is there any visualization tool like kibana and Grafana that can be used with Apache Spark and Cassandra?
Upvotes: 3
Views: 3198
Reputation: 29237
Kibana can be used Along with Spark/Casandra : Example here
Spark + Casandra + Solr+Graphana or Spark + Casandra + Elastic+ Kibana
Zeppelin also good choice for visualization
Highcharts is another option you can consider.
Also have a look at
1) https://github.com/knockdata/spark-highcharts
2) apache storm/spark and data visualisation tool(s)
Upvotes: 2