• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H04-Nov-2021-

cqproto/H04-Nov-2021-

helpers/H04-Nov-2021-

logging/H04-Nov-2021-

provider/H04-Nov-2021-

serve/H04-Nov-2021-

.gitignoreH A D04-Nov-202121

.golangci.ymlH A D04-Nov-2021638

CHANGELOG.mdH A D04-Nov-20215 KiB

LICENSEH A D04-Nov-202115.6 KiB

README.mdH A D04-Nov-20211.3 KiB

go.modH A D04-Nov-20213.5 KiB

go.sumH A D04-Nov-2021168.7 KiB

README.md

1<p align="center">
2<a href="https://cloudquery.io">
3<img alt="cloudquery logo" width=75% src="https://github.com/cloudquery/cloudquery/raw/main/docs/images/logo.png" />
4</a>
5</p>
6
7
8CloudQuery Provider SDK ![BuildStatus](https://img.shields.io/github/workflow/status/cloudquery/cq-provider-sdk/UnitTest?style=flat-square) ![License](https://img.shields.io/github/license/cloudquery/cloudquery?style=flat-square)
9=======================
10
11This SDK enables building CloudQuery providers which allows CloudQuery's users to extract/load/transform existing and popular service providers as well as custom in-house solutions into a SQL or Graph Database.
12
13CloudQuery itself is a tool that transforms your cloud infrastructure into queryable SQL for easy monitoring, governance and security. You can find more about CloudQuery on its website and its GitHub repository.
14
15
16## Getting Started & Documentation
17
18* Homepage: https://cloudquery.io
19* Releases: https://github.com/cloudquery/cloudquery/releases
20* Documentation: https://docs.cloudquery.io
21* Schema explorer (schemaspy): https://schema.cloudquery.io/
22* Database Configuration: https://docs.cloudquery.io/database-configuration
23
24## Supported Providers
25
26Checkout https://hub.cloudquery.io
27
28If you want us to add a new provider or resource please open an [Issue](https://github.com/cloudquery/cloudquery/issues).
29