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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T02:49:53.000Z (4 months ago)
- Last Synced: 2025-10-03T04:22:22.925Z (4 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.47 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- 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.2.0
with:
version: v1.4.3
```
```yaml
uses: opt-nc/setup-duckdb-action@v1.2.0
```
## π 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)
- [π‘οΈ Data quality, SQL, duckdb and http_client on CI π¦](https://dev.to/adriens/data-quality-sql-duckdb-and-httpclient-on-ci-22)