Docs
Developers
Building From Source

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:

  1. CloudQuery is developed in Go. Ensure you have a working Go runtime (opens in a new tab)
  2. First, fork and clone the repository. If you’re not sure how to do this, please watch these videos (opens in a new tab).
  3. 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