Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T09:24:09.000Z (27 days ago)
- Last Synced: 2024-11-26T10:56:48.450Z (26 days 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.19 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![π‘οΈ CodeQL](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/codeql-analysis.yml)
[![π Release](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/release.yml/badge.svg)](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/[email protected]
with:
version: v1.0.0
``````yaml
uses: opt-nc/[email protected]
```## π 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)