Hi Saksham, Thanks for sharing your plan. Programmatic universal query execution platform sounds interesting.
I saw a lot of users use Zeppelin with various SQL backends. Your plan definitely looks like help many other users, too. If i can add few more idea * Search available table, columns * Preview table contents * Table level, column level, row level access control Those are some feedbacks and requests from Zeppelin users i met, who have SQL backends. Technical point of view, query syntax are different in each SQL backends. So to provide features above, need to leverage ORM (e.g. hibernate), probably. Thanks, moon On Mon, Oct 9, 2017 at 7:15 AM Saksham Srivastava <saksham1...@outlook.com> wrote: > Hi, > > > We have been evaluating Zeppelin to develop a programmatic(API-driven) > universal query execution platform. > > A platform which can: > > * Accept and validate any query (spark-sql, sql, hive, elastic-search > etc) > * Run the query > * Track the status > * Stop the query. > * Also, support multiple queries and workflow. > > We evaluated quite a few frameworks and then finally chose Zeppelin over > others considering: > > * Zeppelin is an ASF project. > * The community is lively and helpful. > * The API driven approach of Zeppelin which will help mashup more APIs > and create pipelines. > > We would like to contribute more to Zeppelin by contributing code, raising > and fixing issues and adding more APIs and interpreters. > > What does the community think of this, please feel forward to reply with > suggestions or questions. > > > Thanks, > > Saksham >