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 Egor Ryashin <riashin.e...@gmail.com> wrote: > 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 also > like to have Web Console extended to support my private extension. At that > point I realise I have to change the Web Console itself that leads me to > constantly resolving conflicts when I update from upstream. > That could be solved if Web Console supported extensions too. WC can > render part of the layout using a plugin code, in theory. Just wonder if > anybody has tried to solve the same problem or planned implementing that? > > Thanks > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org > For additional commands, e-mail: dev-h...@druid.apache.org > >