Building From Source
The preferred way to use CloudQuery is through the available distribution, see the Quickstart section of the Docs
To build CloudQuery from source, follow the steps:
- CloudQuery is developed in Go. Ensure you have a working Go runtime (opens in a new tab)
- First, fork and clone the repository. If you’re not sure how to do this, please watch these videos (opens in a new tab).
- On the cloned repository root directory run
./scripts/build.sh
to build all CloudQuery modules (CLI, source and destination plugins)
CloudQuery binaries will be created in a new bin
directory in the root directory