Skip to content

cloudquery/plugin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f370f8 Β· Apr 19, 2025
Apr 1, 2025
Jul 24, 2024
Mar 5, 2025
Feb 17, 2025
Apr 19, 2025
Mar 7, 2025
Jun 26, 2023
Mar 5, 2025
Mar 7, 2025
Dec 13, 2024
Mar 5, 2025
Mar 31, 2025
Dec 13, 2024
Jan 8, 2025
Apr 3, 2025
Mar 6, 2024
Mar 5, 2025
Oct 18, 2024
Apr 3, 2025
Dec 13, 2024
Mar 5, 2025
Jun 26, 2023
Mar 5, 2025
Sep 18, 2022
Apr 3, 2025
Sep 18, 2022
Apr 3, 2025
Jan 28, 2025
Sep 19, 2024
Mar 31, 2021
Mar 22, 2024
May 9, 2023
Apr 19, 2025
Apr 19, 2025
Apr 9, 2024

CloudQuery Plugin SDK

Go Reference Go Report Card Unit tests

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

Supported plugins

https://www.cloudquery.io/plugins

If you want us to add a new plugin or resource please open an Issue.