π¦ Effortless Data Quality w/duckdb on GitHub βΎοΈ adriens - Jul 25 '23 - - Dev Community
πͺ Teaser (for the impatients)
Do you have a repository that relies on csv
files... and want to operate:
π‘οΈ Protect your data with quality intergrity checks before to corrupt your data
π¬ Check data quality as part of your project lifecycle
π Get operational KPIs reporting
βΎοΈ Automate release process to explain your contributors what has been achieved
π¦ Deliver data
π€― Endless usages
π«΅ Don't look further, this sort post will cover all these aspects with a practical and highly understandable workflow.
πΏ Demo
Enough talks, let's jump'in:
VIDEO
π¦π»ππ§βΎοΈπ¦ opt-nc/setup-duckdb-action
π¦ Blazing Fast and highly customizable Github Action to setup a DuckDb runtime
βΉοΈ Setup Duckdb Action
This action installs duckdb
with the version provided in input.
π Inputs
version
Not Required The version you want to install. If no version defined, the latest version will be installed.
π Example usage
uses : opt-nc/setup-duckdb-action@v1.0.8
with :
version : v1.0.0
Enter fullscreen mode
Exit fullscreen mode
uses : opt-nc/setup-duckdb-action@v1.0.8
Enter fullscreen mode
Exit fullscreen mode
π Related resources
π Further π
Once CI (Continuous Integration) has been done ... you can also think (without a lot of efforts) to Deliver that data to third party services, as part of your DEVOPS pipeline.
A this point I see two easy options:
... which make your data available for new usecases, at no additional effort:
VIDEO