Re: Zeppelin Dashboards

2016-04-10 Thread ashish rawat
Not in the first cut, but eventually yes. Currently, the charts only update on rerunning the queries. What are the additional complexities in achieving that? Regards, Ashish On Sat, Apr 9, 2016 at 1:00 AM, Benjamin Kim wrote: > Ashish, > > Quick question… > > Does this include charts updating i

Re: Zeppelin Dashboards

2016-04-08 Thread Benjamin Kim
Ashish, Quick question… Does this include charts updating in near real-time? Just wondering. Cheers, Ben > On Apr 6, 2016, at 12:21 PM, moon soo Lee wrote: > > Hi Ashish, > > Would tweaking looknfeel > https://github.com/apache/incubator-zeppelin/tree/master/zeppelin-web/src/assets/styles

Re: Zeppelin Dashboards

2016-04-07 Thread ashish rawat
Thanks Moon. This should be a good starting point. The functionality I require is that I should be able to control the size and shape of different instances of each component. It's my assumption that currently, one can only control the size n shape of all instances collectively. UX folks from my t

Re: Zeppelin Dashboards

2016-04-06 Thread moon soo Lee
Hi Ashish, Would tweaking looknfeel https://github.com/apache/incubator-zeppelin/tree/master/zeppelin-web/src/assets/styles/looknfeel helps in your use case? Thanks, moon On Tue, Apr 5, 2016 at 5:24 PM ashish rawat wrote: > Thanks Johnny. I was able to get an initial approval on using Zeppelin

Re: Zeppelin Dashboards

2016-04-05 Thread ashish rawat
Thanks Johnny. I was able to get an initial approval on using Zeppelin in my project, by using some of the things mentioned in those links :) However, I still struggle a lot with it, in getting things right. For example, if someone has to decrease the width of those input boxes and fit more in a r

Re: Zeppelin Dashboards

2016-04-01 Thread Johnny W.
Hello Ashish, I am not sure about whether you how advanced dashboards you want to build, but we had some great experience building simple dashboards using dynamic forms and rest APIs. Hope these links can help you: -- https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/dyna

Re: Zeppelin Dashboards

2016-03-29 Thread ashish rawat
Thanks Moon. I do not have a good understanding of UI but really appreciate the ease with which non-UI folks can get started with Zeppelin. My end goal is to enable the customers to make a dashboard quickly. But I don't want to branch off from Zeppelin and create a custom offering. So, can I assum

Re: Zeppelin Dashboards

2016-03-24 Thread moon soo Lee
Hi Ashish, Thanks for the question. I think you'll need to leverage Angular display system [1] to achieve the features you want. With Angular displays system, you can create date picker and update all paragraphs on change. Same to Autocomplete search box. For linked graph (drilling down), i think

Re: Zeppelin Dashboards

2016-03-24 Thread ashish rawat
Hi, Can someone please help. Also, if these are not possible currently, then can Zeppelin be extended to make this possible? Regards, Ashish On Wed, Mar 23, 2016 at 4:28 PM, ashish rawat wrote: > Hi, > > I have been evaluating Zeppelin for making Analytics Dashboards and plan > to use it with

Zeppelin Dashboards

2016-03-23 Thread ashish rawat
Hi, I have been evaluating Zeppelin for making Analytics Dashboards and plan to use it with Spark SQL and Elastic Search. I have been able to get the basic stuff working but got stuck around the following functionalities. Can someone please help me out if following features are possible with Zeppe