Steampipe Plugin Gcp

Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
Alternatives To Steampipe Plugin Gcp
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Devops Resources6,995
4 days ago13Groovy
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Steampipe5,28137 hours ago352September 20, 2022245agpl-3.0Go
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required.
Cloudquery4,54067 hours ago241August 14, 2022260mpl-2.0Go
The open source high performance data integration platform built for developers.
Ethereum Etl2,548
7 hours ago37May 24, 2022132mitPython
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 Utils861
11 days ago35apache-2.0Java
Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery.
Yuniql29217a year ago25May 25, 202265apache-2.0C#
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
Sql Scripts265
19 days agomitShell
100+ SQL Scripts - PostgreSQL, MySQL, Google BigQuery, MariaDB, AWS Athena. DevOps / DBA / Analytics / performance engineering. Google BigQuery ML machine learning classification.
Instrumentedsql229
4 years ago7mitGo
A sql driver that will wrap any other driver and log/trace all its calls
Security Response Automation136
8 months ago3December 02, 202011apache-2.0Go
Take automated actions against threats and vulnerabilities.
Terraform Google Sql86
2 months agoapache-2.0Go
Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
Alternatives To Steampipe Plugin Gcp
Select To Compare


Alternative Project Comparisons
Readme

image

GCP Plugin for Steampipe

Use SQL to query infrastructure including servers, networks, databases and more from GCP.

Quick start

Install the plugin with Steampipe:

steampipe plugin install gcp

Run a query:

select
  name,
  role_id
from
  gcp_iam_role;

Developing

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:

Contributing

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:

Popular Google Cloud Platform Projects
Popular Sql Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Postgresql
Sql
Gcp