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
- Host: GitHub
- URL: https://github.com/cloudquery/recipes
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-01-25T15:15:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T09:42:51.000Z (over 2 years ago)
- Last Synced: 2025-02-25T19:41:52.520Z (7 months ago)
- Topics: cloudquery, elt
- Homepage: https://cloudquery.io
- Size: 28.3 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)