First thanks for people form lili-data for Metabase Driver implementation for CubeJS. here
Background: CubeJS is a tool able to connect to many databases and transform it to REST api style datasource for visualisation. Read more in documentation. I like it because CubeJS very simple to start, configure without huge technologies.
After testing I recognize some GUI components are not working in Metabase (group by, distinct) One side I understand this is against datacube concept, but in other hand cube-js is technology producing nice pre aggregated data but still can be grouped in client tool depends on business requirement
The question is: if the driver serve data properly by rest API can metabase make aggregation like group by distinct ? on Driver level ?
wdyt, any idea ?
thanks