Re: pluggable/extendable Web Console

2020-12-14 Thread Egor Ryashin
I don’t understand, you suggest to write a duplicate of Web Console so I don’t have to merge anything, seems like an overkill to me. > On 14 Dec 2020, at 01:42, Gaurav Bhatnagar wrote: > > It is possible to create a separate web console which has specific > functionality. You don't need to crea

Re: pluggable/extendable Web Console

2020-12-13 Thread Gaurav Bhatnagar
It is possible to create a separate web console which has specific functionality. You don't need to create an extension for this. All Druid services are API based. You can create your own console and integrate them with Druid APIs to achieve similar functionality. On Thu, Dec 3, 2020 at 11:57 AM E

pluggable/extendable Web Console

2020-12-03 Thread Egor Ryashin
Hi, I wonder if somebody have any idea how can Druid Web Console can be made pluggable (or support plugins in other words)? For example, I can write a new extension that allows to ingest data from a specific database. But I can only use http endpoints to create ingestion tasks. While I would al