Open muddlebee opened 3 years ago
@anweshknayak Query service has gone through major refactoring as we now support both Apache Druid and ClickHouse. It works using an interface pattern. I have defined the APIs needed by frontend as interface and packages clickhouseReader
and druidReader
implement those interfaces.
And thanks for the PR. It would be of great help.