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

https://github.com/cloudquery/recipes

Real-world CloudQuery configuration examples
https://github.com/cloudquery/recipes

cloudquery elt

Last synced: 7 months ago
JSON representation

Real-world CloudQuery configuration examples

Awesome Lists containing this project

README

          

# CloudQuery Recipes

This repository contains real-world examples of CloudQuery configurations that sync data on a continuous basis, using cron jobs on GitHub Actions.

## Simple Analytics to BigQuery

See [the configuration](simple-analytics-to-bigquery) and the [workflow](.github/workflows/sync_simple_analytics_to_bigquery.yml)

## GitHub to BigQuery

See [the configuration](github-to-bigquery) and the [workflow](.github/workflows/sync_github_to_bigquery.yml)

## Homebrew to BigQuery

See [the configuration](homebrew-to-bigquery) and the [workflow](.github/workflows/sync_homebrew_to_bigquery.yml)