Re: Solr for real time analytics system

2016-02-04 Thread Susheel Kumar
Hi Rohit, Please take a loot at Streaming expressions & Parallel SQL Interface. That should meet many of your analytics requirement (aggregation queries like sum/average/groupby etc). https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions https://cwiki.apache.org/confluence/displa

Re: Solr for real time analytics system

2016-02-04 Thread Rohit Kumar
Thanks Bhimavarapu for the information. We are creating our own dashboard, so probably wont need kibana/banana. I was more curious about Solr support for fast aggregation query over very large data set. As suggested, I guess elasticsearch has this capability. Is there any published metrics or dat

Re: Solr for real time analytics system

2016-02-04 Thread Arkadiusz RobiƄski
A few people did a real time analytics system with solr and talked about it at conferences. Maybe you'll find their presentations useful: https://www.youtube.com/results?search_query=solr%20real%20time%20analytics&oq=&gs_l= (esp. the first one: https://www.youtube.com/watch?v=PkoyCxBXAiA ) On Thu,

Re: Solr for real time analytics system

2016-02-03 Thread CKReddy Bhimavarapu
Hello Rohit, You can use the Banana project which was forked from Kibana , and works with all kinds of time series (and non-time series) data stored in Apache Solr . It uses Kibana's powerful dashboard configuration capabilities,