Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Resources | 6,995 | 4 days ago | 13 | Groovy | ||||||
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | ||||||||||
Steampipe | 5,281 | 3 | 7 hours ago | 352 | September 20, 2022 | 245 | agpl-3.0 | Go | ||
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required. | ||||||||||
Cloudquery | 4,540 | 6 | 7 hours ago | 241 | August 14, 2022 | 260 | mpl-2.0 | Go | ||
The open source high performance data integration platform built for developers. | ||||||||||
Ethereum Etl | 2,548 | 7 hours ago | 37 | May 24, 2022 | 132 | mit | Python | |||
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ | ||||||||||
Bigquery Utils | 861 | 11 days ago | 35 | apache-2.0 | Java | |||||
Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery. | ||||||||||
Yuniql | 292 | 1 | 7 | a year ago | 25 | May 25, 2022 | 65 | apache-2.0 | C# | |
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released! | ||||||||||
Sql Scripts | 265 | 19 days ago | mit | Shell | ||||||
100+ SQL Scripts - PostgreSQL, MySQL, Google BigQuery, MariaDB, AWS Athena. DevOps / DBA / Analytics / performance engineering. Google BigQuery ML machine learning classification. | ||||||||||
Instrumentedsql | 229 | 4 years ago | 7 | mit | Go | |||||
A sql driver that will wrap any other driver and log/trace all its calls | ||||||||||
Security Response Automation | 136 | 8 months ago | 3 | December 02, 2020 | 11 | apache-2.0 | Go | |||
Take automated actions against threats and vulnerabilities. | ||||||||||
Terraform Google Sql | 86 | 2 months ago | apache-2.0 | Go | ||||||
Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP |
Use SQL to query infrastructure including servers, networks, databases and more from GCP.
Install the plugin with Steampipe:
steampipe plugin install gcp
Run a query:
select
name,
role_id
from
gcp_iam_role;
Prerequisites:
Clone:
git clone https://github.com/turbot/steampipe-plugin-gcp.git
cd steampipe-plugin-gcp
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/gcp.spc
Try it!
steampipe query
> .inspect gcp
Further reading:
Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.
help wanted
issues: