https://github.com/cloudquery/plugin-sdk
CloudQuery Go SDK for source and destination plugins
https://github.com/cloudquery/plugin-sdk
cloudquery data-integration elt
Last synced: 10 months ago
JSON representation
CloudQuery Go SDK for source and destination plugins
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-sdk
- Owner: cloudquery
- License: mpl-2.0
- Created: 2022-08-09T18:28:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T11:39:06.000Z (10 months ago)
- Last Synced: 2025-03-29T12:03:04.992Z (10 months ago)
- Topics: cloudquery, data-integration, elt
- Language: Go
- Homepage:
- Size: 18.1 MB
- Stars: 24
- Watchers: 11
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CloudQuery Plugin SDK
[](https://pkg.go.dev/github.com/cloudquery/plugin-sdk/v3#section-readme)
[](https://goreportcard.com/report/github.com/cloudquery/plugin-sdk/v3)
[](https://github.com/cloudquery/plugin-sdk/actions/workflows/unittest.yml)
CloudQuery SDK enables building CloudQuery source and destination plugins.
Source plugins allows developers to extract information from third party APIs and enjoying built-in transformations, concurrency, logging, testing and database agnostic support via destination plugins.
Destinations plugins allows writing the data from any of the source plugins to an additional database, message queue, storage or any other destination without recompiling any of the source plugins.
The plugin SDK is imported as a dependency by CloudQuery plugins. When starting a new plugin, you should use the Scaffold tool.
## Getting Started & Documentation
* [CloudQuery Homepage](https://www.cloudquery.io)
* [CloudQuery Releases](https://github.com/cloudquery/cloudquery/releases?q=cli%2F&expanded=true)
* [Creating a new Plugin](https://www.cloudquery.io/docs/developers/creating-new-plugin) (Docs)
* [How to Write a CloudQuery Plugin](https://www.youtube.com/watch?v=3Ka_Ob8E6P8) (Video 🎥)
## Supported plugins
If you want us to add a new plugin or resource please open an [Issue](https://github.com/cloudquery/cloudquery/issues).