Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.69 KB

README.md

File metadata and controls

65 lines (40 loc) · 2.69 KB

cloudquery logo

The open-source cloud asset inventory powered by SQL.

BuildStatus License

CloudQuery extracts, transforms, and loads your cloud assets into normalized PostgreSQL tables. CloudQuery enables you to assess, audit, and monitor the configurations of your cloud assets.

CloudQuery key use-cases and features:

  • Search: Use standard SQL to find any asset based on any configuration or relation to other assets.
  • Visualize: Connect CloudQuery standard PostgreSQL database to your favorite BI/Visualization tool such as Grafana, QuickSight, etc...
  • Policy-as-Code: Codify your security & compliance rules with SQL as the query engine.

Links

Supported providers (Actively expanding)

Check out https://hub.cloudquery.io.

If you want us to add a new provider or resource please open an Issue.

See docs for developing new provider.

Getting Started

Please check out our 'Getting Started' guides:

For other providers, you can follow their specific guide on Cloudquery Hub, as well reference the Getting Started with AWS for general installation and configuration tips.

Compile and run

go build .
./cloudquery # --help to see all options

Running on AWS (Lambda, Terraform)

Checkout cloudquery/terraform-aws-cloudquery

License

By contributing to cloudquery you agree that your contributions will be licensed as defined on the LICENSE file.

Hiring

If you are into Go, Backend, Cloud, GCP, AWS - ping us at jobs [at] our domain

Contribution

Feel free to open Pull-Request for small fixes and changes. For bigger changes and new providers please open an issue first to prevent double work and discuss relevant stuff.