Re: alternate way to building applications

2016-06-30 Thread Apurba Nath
Hi 1. Build a custom UI We build the ui for the actual application outside zeppelin, this is a regular html, js application and makes ajax calls to a server to get the data. 2. Code the actual processing logic in zeppelin The server that the UI calls is a zeppelin server. We are leveraging the

Re: alternate way to building applications

2016-06-29 Thread moon soo Lee
Hi, Thanks for using Zeppelin and considering contributions! Helium application is designed to download and run user code inside of paragraph in a single (or few) clicks. Customizing Zeppelin UI is not in Helium's scope at the moment. So, using Zeppelin as a backend for your custom UI is valid