Re: Visualizing Spark Streaming data

2015-03-20 Thread Roger Hoover
Hi Harut, Jeff's right that Kibana + Elasticsearch can take you quite far out of the box. Depending on your volume of data, you may only be able to keep recent data around though. Another option that is custom-built for handling many dimensions at query time (not as separate metrics) is Druid (h

Re: Visualizing Spark Streaming data

2015-03-20 Thread Harut Martirosyan
But it requires all possible combinations of your filters as separate metrics, moreover, it only can show time based information, you cannot group by say country. On 20 March 2015 at 19:09, Irfan Ahmad wrote: > Grafana allows pretty slick interactive use patterns, especially with > graphite as t

Re: Visualizing Spark Streaming data

2015-03-20 Thread Irfan Ahmad
Grafana allows pretty slick interactive use patterns, especially with graphite as the back-end. In a multi-user environment, why not have each user just build their own independent dashboards and name them under some simple naming convention? *Irfan Ahmad* CTO | Co-Founder | *CloudPhysics*

Re: Visualizing Spark Streaming data

2015-03-20 Thread Jeffrey Jedele
I'll stay with my recommendation - that's exactly what Kibana is made for ;) 2015-03-20 9:06 GMT+01:00 Harut Martirosyan : > Hey Jeffrey. > Thanks for reply. > > I already have something similar, I use Grafana and Graphite, and for > simple metric streaming we've got all set-up right. > > My ques

Re: Visualizing Spark Streaming data

2015-03-20 Thread Harut Martirosyan
Hey Jeffrey. Thanks for reply. I already have something similar, I use Grafana and Graphite, and for simple metric streaming we've got all set-up right. My question is about interactive patterns. For instance, dynamically choose an event to monitor, dynamically choose group-by field or any sort o

Re: Visualizing Spark Streaming data

2015-03-20 Thread Jeffrey Jedele
Hey Harut, I don't think there'll by any general practices as this part heavily depends on your environment, skills and what you want to achieve. If you don't have a general direction yet, I'd suggest you to have a look at Elasticsearch+Kibana. It's very easy to set up, powerful and therefore gets