Re: Realtime Data Visualization Tool for Spark

2015-09-11 Thread Jo Sunad
I've found Apache Zeppelin to be a good start if you want to visualize spark data. It doesn't come with streaming visualizations, although I've seen people tweak the code so it does let you do real time visualizations with spark streaming Other tools I've heard about are python notebook and spark

Re: Realtime Data Visualization Tool for Spark

2015-09-11 Thread Silvio Fiorito
, September 11, 2015 at 11:56 AM To: "user@spark.apache.org<mailto:user@spark.apache.org>" Subject: Realtime Data Visualization Tool for Spark Hi I have got streaming data which needs to be processed and send for visualization. I am planning to use spark streaming for this but litt

Re: Realtime Data Visualization Tool for Spark

2015-09-11 Thread Dean Wampler
ishwakarma > Date: Friday, September 11, 2015 at 11:56 AM > To: "user@spark.apache.org" > Subject: Realtime Data Visualization Tool for Spark > > Hi > > I have got streaming data which needs to be processed and send for > visualization. I am planning to use spark st

Re: Realtime Data Visualization Tool for Spark

2015-09-11 Thread Feynman Liang
Spark notebook does something similar, take a look at their line chart code On Fri, Sep 11, 2015 at 8:56 AM, Shashi Vishwakarma < shashi.vish...@gmail.com> wrote: > Hi > > I have

Realtime Data Visualization Tool for Spark

2015-09-11 Thread Shashi Vishwakarma
Hi I have got streaming data which needs to be processed and send for visualization. I am planning to use spark streaming for this but little bit confused in choosing visualization tool. I read somewhere that D3.js can be used but i wanted know which is best tool for visualization while dealing