Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)