Re: Real-time Updated Plots with Kafka

2017-02-23 Thread Mich Talebzadeh
you can use zeppelin scheduler to execute it every few seconds assuming that zeppelin has sufficient to execute every instance of the code Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw

Re: Real-time Updated Plots with Kafka

2017-02-22 Thread Jagat Singh
You might want to see this https://gist.github.com/granturing/a09aed4a302a7367be92 On 23 February 2017 at 16:07, Jongyoul Lee wrote: > It's interesting. :-) > > On Thu, Feb 23, 2017 at 11:52 AM, Chaoran Yu > wrote: > >> Hello guys, >> >>I'm working on visualization based on Zeppelin that d

Re: Real-time Updated Plots with Kafka

2017-02-22 Thread Jongyoul Lee
It's interesting. :-) On Thu, Feb 23, 2017 at 11:52 AM, Chaoran Yu wrote: > Hello guys, > >I'm working on visualization based on Zeppelin that displays data > coming from Kafka. I'm wondering if it's possible to make my plots update > in real time as data keep coming in from Kafka. > >Fo