Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Exercises | 43,460 | 4 days ago | 14 | other | Python | |||||
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | ||||||||||
Sql Server Samples | 8,683 | 6 | a day ago | 15 | July 07, 2022 | 212 | other | |||
Azure Data SQL Samples - Official Microsoft GitHub Repository containing code samples for SQL Server, Azure SQL, Azure Synapse, and Azure SQL Edge | ||||||||||
Azuredatastudio | 7,147 | 5 | 1 | 8 hours ago | 1 | April 18, 2019 | 2,086 | other | TypeScript | |
Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostreSQL, and MongoDB. | ||||||||||
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. | ||||||||||
Fluentmigrator | 2,945 | 548 | 130 | 21 days ago | 52 | January 14, 2022 | 225 | apache-2.0 | C# | |
Fluent migrations framework for .NET | ||||||||||
Sql Server Maintenance Solution | 2,464 | a month ago | 359 | mit | TSQL | |||||
SQL Server Maintenance Solution | ||||||||||
Vscode Sqltools | 1,197 | 1 | 27 | a month ago | 12 | March 21, 2021 | 166 | mit | TypeScript | |
Database management for VSCode | ||||||||||
Sqlworkshops | 676 | 6 months ago | 3 | Jupyter Notebook | ||||||
SQL Server Workshops | ||||||||||
Azure Cosmos Dotnet V3 | 631 | 54 | 245 | 8 hours ago | 93 | July 11, 2022 | 320 | mit | C# | |
.NET SDK for Azure Cosmos DB for the core SQL API |
Use SQL to query infrastructure including servers, networks, facilities and more from Azure.
Install the plugin with Steampipe:
steampipe plugin install azure
Run a query:
select name, disk_state from azure_compute_disk where disk_state = 'Unattached'
Prerequisites:
Clone:
git clone https://github.com/turbot/steampipe-plugin-azure.git
cd steampipe-plugin-azure
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/azure.spc
Try it!
steampipe query
> .inspect azure
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: