Guidance in using a custom plugin internally

Hi,

I have developed a custom cloudquery source plugin with the help of the SDK in go. It runs fine locally. I would like to understand what would be the best way to use it in production. I see that the github registry is deprecated.

For context, I run the cloudquery syncs in AWS ECS Fargate.

I don’t want to publish it to hub.

Hi @alanjose10 you should be able to use the registry: local and path: <full-path-to-plugin-binary> instead of publishing to the Hub. See Running Plugins Locally | CloudQuery

I recommend packaging the plugin binary and the CLI inside a Docker container, see related content Docker - Offline Installation | CloudQuery

1 Like