Streaming would be easy to implement, all you have to do is to create the
stream, do some transformation (depends on your usecase) and finally write
it to your dashboards backend. What kind of dashboards are you building?
For d3.js based ones, you can have websocket and write the stream output to
the socket, for qlikView/tableau based ones you can push the stream to
database.

Thanks
Best Regards

On Mon, Nov 24, 2014 at 4:34 PM, Gordon Benjamin <
gordon.benjami...@gmail.com> wrote:

> hi,
>
> We are building an analytics dashboard. Data will be updated every 5
> minutes for now and eventually every 1 minute, maybe more frequent. The
> amount of data coming is not huge, per customer maybe 30 records per minute
> although we could have 500 customers. Is streaming correct for this
> I nstead of reading from multiple partitions for the incremental data?
>

Reply via email to