diff --git a/README.md b/README.md index 8487e8c..3a2e864 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The application runs on web too at https://app.boilingdata.com/, but has limited - [ ] v0.9 generic data sources - [x] Chart preview and SQL template live rendering, when editing files - [x] Apache ECharts supported completions and hovers on the editor - - [x] Generic Data Source S3 URL template. Data Souarces like CloudTrail logs reside on S3 in non hive-partitioned prefix. Make Boiling Insights support generic non-hive partitioned prefix templates like `s3://buck/prefix/{{year}}/{{month}}/{{day}}` while storing the optimised and compacted data into hive partitioned prefix. + - [x] Generic Data Source S3 URL template. Data Sources like CloudTrail logs reside on S3 in non hive-partitioned prefix. Make Boiling Insights support generic non-hive partitioned prefix templates like `s3://buck/prefix/{{year}}/{{month}}/{{day}}` while storing the optimised and compacted data into hive partitioned prefix. - [x] Generic raw "logsdata" data browser. Current logs data browser is templated for AWS Lambda Logs (colouring, columns). When supporting more data sources, make this generic. - [x] Data Flow for the full data pipeline of s3 --> local raw --> local optimised/compacted --> local derived DuckDB tables - [x] Support for adding, editing, saving Dashboard configurations and storing them on the disk like other data and configurations for off-the-app editing