Finally, reliable  ELT

Sync any source to any destination, transform and visualize.

CloudQuery is an open source high performance data integration platform built for developers.

Extract from sources
Extract from sources
Load to destination
Load to destination
Transform
Run SQL policies and create views
Transform
Visualize
Connect to your BI stack (Grafana, Preset)
Visualize

Trusted by teams from around the world

Regain access to your data

Apply the best practices in data engineering to solve infrastructure security, compliance, cost and search use cases.

Open source

Extensible plugin architecture. Contribute to our official plugins or develop your own with CloudQuery SDK.

Blazing fast

CloudQuery is optimized for performance, utilizing the excellent Go concurrency model with light-weight goroutines.

Deploy anywhere

CloudQuery plugins are single-binary executables and can be deployed and run anywhere.

Cloud Security Posture Management

Use as an open source CSPM solution to monitor and enforce security policies across your cloud infrastructure for AWS, GCP, Azure and many more.

Cloud Asset Inventory

First-class support for major cloud infrastructure providers such as AWS, GCP and Azure allow you to collect and unify configuration data.

Cloud FinOps

Collect and unify billing data from cloud providers to drive financial accountability.

Pre-built queries

CloudQuery maintains a number of out-of-the-box security and compliance policies for cloud infrastructure.

Eliminate data silos

Eliminate data silos across your organization, unifying data between security, infrastructure, marketing and finance teams.

Unlimited scale

CloudQuery plugins are stateless and can scaled easily horizontally on any executor such as k8s, batch jobs.

Built for any team

Engineering, Infrastructure, Security, Marketing, Sales, Support, FinOps

SELECT
*
FROM
aws_elbv2_load_balancers
WHERE
scheme = 'internet-facing'
Security
Find all public facing AWS load balancers
SELECT
*
FROM
shopify_abandoned_checkouts
WHERE
total_price > 1000
Marketing
Find all abandoned checkouts with a total price greater than $1000
SELECT
arn
FROM
aws_iam_users
JOIN aws_iam_user_tags ON aws_iam_users.id = aws_iam_user_tags.user_id
JOIN okta_users ON aws_iam_users.tags.value = okta_users.profile_email
WHERE
aws_iam_users.tags_key = "email"
Query across clouds and SaaS apps
Find dormant access keys by joining your AWS IAM users and Okta directory

Couldn't find the source you were looking for? Request a New Source Plugin