weaverbird
weaverbird copied to clipboard
A visual data pipeline builder with various backends
In order to have have consistency between all components, it could be nice to have all `scss` rules written in our Single File Vue Component. Even in developpement, that style...
For small datasets, transformations could be done client-side. This could be handy to: - fetch only some data once from a server and dispatch it across usages in the client...
We wanted to add the possibility to override some style variables (e.g: active-color), we thus had to remove the scope attributes on style block, that prevent to overwrite a class...
Reviewing #504 raised the issue that the manner we tie the back-end service to the hosting store and the weaverbird module is quite complicated. I think it could be simplified...
Expose some useful interfaces/types to the rest of the world :)
As a query designer, I can browser my paginated dataset. The default is to limit the viewport to N (i.e. 50) but I can choose to configure this `N` visually...
### TO DO - [x] Support basic aggregation functions with straightforward implementation - [ ] Support `count_distinct` --- # Exemple 1: Several aggregations on several dimensions This 'group' step config...
In `src/lib/steps.ts`, we define the output column name with at least 4 different names: - `newcolumn` - `new_column, - `new_column_name`, - `newColumName` Let's pick a single one :).
If a column has only null values, it is just excluded and is not displayed in the dataviewer. It is not the expected behaviour and we should display the column...