CloudQuery Platform
  • Introduction
    • Welcome to CloudQuery Platform
    • Getting Help
  • Quickstart
    • Creating a New Account
    • Platform Activation
  • Core Concepts
    • Integrations
    • Syncs
    • Filters & Queries
    • SQL Console
    • Reports
      • Built-in Report Templates
      • Reports Yaml Documentation with Examples
        • Full Report Example
  • Integration Guides
    • Setting up an AWS Integration
    • Setting up an AWS Cost and Usage Integration
    • Setting up a GCP Integration
    • Setting up an Azure Integration
    • Setting up a GitHub Integration
    • Setting up a K8s Integration
      • Using AWS EKS
      • Using Azure AKS
      • Using GCP GKE
    • General Integration Setup Guide
    • General Destination Setup Guide
  • Syncs
    • Setting up a Sync
    • Monitoring Sync Status
  • Cloud insights
    • From cloud asset inventory to insights
      • Security-focused queries
      • Compliance-focused queries
      • FinOps-focused queries
  • Production Deployment
    • Enabling Single Sign-on (SSO)
      • Single Sign-On with Google
      • Single Sign-On with Microsoft
      • Single Sign-On with Okta
  • User Management
    • Platform Roles Overview
    • Workspace Roles Overview
  • Advanced Topics
    • Custom Columns
    • Understanding Platform Views
    • Performance Tuning
  • Reference
    • Search & Filter Query Syntax
  • API Reference
  • CLI Docs
  • CloudQuery Hub
Powered by GitBook
On this page
  • Key Features
  • Easy Cloud Connection Setup
  • Asset Inventory
  • SQL Console
  • REST API
  • Sync to Your Own Data Warehouse
  • Architecture Overview

Was this helpful?

  1. Introduction

Welcome to CloudQuery Platform

The developer-first cloud governance platform to enable smarter asset management, security, compliance and cost management.

NextGetting Help

Last updated 1 month ago

Was this helpful?

CloudQuery Platform is currently in early beta. We welcome early feedback!

For documentation on CloudQuery CLI, SDK, or how to create new integrations, see .

Key Features

Easy Cloud Connection Setup

With CloudQuery Platform, syncs from AWS, GPC, Azure and dozens of other cloud and SaaS products can be set up and scheduled from within the UI.

Asset Inventory

The Asset Inventory allows you to explore your cloud assets. It features a fast attribute-based search with a simple query language.

The asset inventory also supports saved searches, an easy way to keep tabs on your most common questions and environments.

SQL Console

In the SQL console, you can interact with the raw data from your cloud. Here you can also save your queries and run them later.

REST API

All Platform features can be accessed via a RESTful API. This includes the data! Enable your team, and other teams, to query and alert on cloud data with a single unified interface. See the API reference for details.

Sync to Your Own Data Warehouse

While CloudQuery Platform's UI and API require a ClickHouse database, you are not tied to it. You can also export your data to any of the many destinations supported by CloudQuery: PostgreSQL, MongoDB, BigQuery, S3, Snowflake, and many others.

Architecture Overview

A CloudQuery Platform installation consists of a few key high-level components:

The main components are the following:

  • The CloudQuery API component serves both the API and frontend resources, and adds a normalized data layer on top of the raw data via post-load transformations.

  • Cloud asset data and views are stored in a ClickHouse database.

  • Application data and state are stored in a Postgres database.

  • CloudQuery integrations, such as those for AWS, GCP and Azure, fetch data from your cloud environments and load it into ClickHouse.

CloudQuery CLI Documentation