modulepackage
1.0.0
Repository: https://github.com/swetrix/cq-source-swetrix.git
Documentation: pkg.go.dev
# README
CloudQuery Swetrix Source Plugin
A Swetrix source plugin for CloudQuery that loads data from Swetrix to any database, data warehouse or data lake supported by CloudQuery, such as PostgreSQL, BigQuery, Athena, and many more.
Links
Authentication
The Swetrix source plugin uses the Swetrix API to fetch data. You will need to create an API key in the Swetrix portal. See the Configuration section for more information on running the Swetrix plugin.
Development
Run tests
make test
Run linter
make lint
Generate docs
make gen-docs
Release a new version
- Run
git tag v1.0.0
to create a new tag for the release (replacev1.0.0
with the new version number) - Run
git push origin v1.0.0
to push the tag to GitHub
Once the tag is pushed, a new GitHub Actions workflow will be triggered to build the release binaries and create the new release on GitHub. To customize the release notes, see the Go releaser changelog configuration docs.