Hi ppl,
Is zeppelin planned to handle a lot of traffic? I will try to explain
more clearly with example use case. I'm working on an admin panel that
is used by our clients (let say 100k users). One feature of the panel is
to display various dashboard and charts. Some of the charts are realtime.
I was playing with zeppelin and successfully connected to my kinesis
stream. The data is aggregated and set in a variable then another
paragraph that use the variable value is run from within a custom sink.
Finally the data paragraph print javascript code that will update the chart.
Do you think that zeppelin is applicable for my use case ?
Thanks