https://github.com/opt-nc/setup-duckdb-action
π¦ Blazing Fast and highly customizable Github Action to setup a DuckDb runtime
https://github.com/opt-nc/setup-duckdb-action
action actions analytics csv data-science database databases dataquality dataqualitycheck duckdb embedded-database github-actions olap sql
Last synced: 7 months ago
JSON representation
π¦ Blazing Fast and highly customizable Github Action to setup a DuckDb runtime
- Host: GitHub
- URL: https://github.com/opt-nc/setup-duckdb-action
- Owner: opt-nc
- License: mit
- Created: 2023-03-14T04:24:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T21:18:16.000Z (7 months ago)
- Last Synced: 2025-03-10T22:19:42.224Z (7 months ago)
- Topics: action, actions, analytics, csv, data-science, database, databases, dataquality, dataqualitycheck, duckdb, embedded-database, github-actions, olap, sql
- Language: JavaScript
- Homepage: https://dev.to/optnc/effortless-data-quality-wduckdb-on-github-2mkb
- Size: 2.31 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/codeql-analysis.yml)
[](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/release.yml)# βΉοΈ Setup Duckdb Action
This action installs [`duckdb`](https://github.com/duckdb/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
```yaml
uses: opt-nc/setup-duckdb-action@v1.0.8
with:
version: v1.2.0
``````yaml
uses: opt-nc/setup-duckdb-action@v1.0.8
```## π Related resources
- [π¦ Effortless Data Quality w/duckdb on GitHub βΎοΈ ](https://dev.to/optnc/effortless-data-quality-wduckdb-on-github-2mkb)
- [π DuckDB in Action (MEAP)](https://www.manning.com/books/duckdb-in-action)
- [π Awesome DuckDB](https://github.com/davidgasquez/awesome-duckdb)
- [π‘οΈ Maintain version at github organization level](https://www.youtube.com/watch?v=cXzkAHPipNw)
- [πͺ DuckDB sql hack : get things SORTED w/ constraint CHECK](https://dev.to/adriens/duckdb-sql-hack-get-things-sorted-w-constraint-check-46c)