Skip to content
@stackql

StackQL Studios

Cloud infrastructure, platform and software asset management and deployment automation software solutions.

logo
latestreleasebadgeorgstarsdownloadsbadgedockerpullsbadgelicensebadge

🏢 About StackQL Studios

StackQL Studios maintains stackql and related projects. We are software and data engineers who consider cloud and SaaS services, resources, and assets data sources. The best way to interact with data is through SQL.

We are building a unified analytics and IaC framework using SQL for interacting with cloud and SaaS resources and APIs. Our provider registry is based OpenAPI and GraphQL definitions for cloud and SaaS providers; see stackql-provider-registry.

Our config file-based provider plugin approach lowers the entry barrier for contributions compared to traditional code-intensive plugin frameworks. Our SQL-based framework enables a broader audience of users without requiring them to learn yet another DSL.

🌐 Simplifying multi-cloud cloud resource management, XOps, and observability using familiarity and power of SQL.

🎯 Use Cases

  • Simplified Cloud Auditing and Compliance: Audit resource deployments and configurations across multiple cloud and SaaS providers using a simple SQL-based framework
  • Federated Entitlements and Identity Management: Generate reports joining data from an IdP with entitlements in a SaaS, PaaS, or IaaS resource provider
  • FinOps and Cost Optimization: Analyze global resource deployment across multiple providers to identify opportunities for cost recovery or savings
  • Custom Reporting and Dasarding: Create custom multi-cloud inventory reports
  • Multi-cloud Resource Management: One consistent SQL-based framework for XOps across all cloud, IdP and SaaS providers
  • Automated Infrastructure as Code (IaC): Transactional multi-cloud infrastructure-as-code framework using a SQL ETL approach
  • CI/CD Integration for Deployment Validation: Integrate StackQL in your CI/CD workflows to validate resource state or enforce compliance

🗄️ Key Repositories

RepositoryLanguagesDescription
stackqlGoStackQL core project that enables users to interact with cloud resources using SQL.
stackql-provider-registryOpenAPIDeno DeployA registry for cloud and SaaS providers for StackQL, generated from extensions to the providers' OpenAPI3 specifications.
stackql-deployPythonSQLDeclarative, state-file-less, infrastructure-as-code using StackQL, see it on pypi.
stackql-deploy-actionGitHub ActionsPythonSQLAction to deploy or test stacks using stackql-deploy.
stackql-demoSQLPythonJupyterDockerSample StackQL queries for CSPM, FinOps, inventory and more
stackql-jupyter-demoSQLPythonJupyterDockerJupyter hub image with StackQL, including %stackql magic commands along with some sample notebooks to get started
stackql-actions-demoSQLGitHub ActionsJavaScriptDemonstration of the StackQL Marketplace Actions to use StackQL in Actions workflows
stackql-codespaces-notebookSQLPythonJupyterTemplate repository to use StackQL in Codespaces, along with sample notebooks to get started
stackql-serverPostgreSQLSelf contained StackQL server with a Postgres backend for relational algebra and temporary storage, see stackql/stackql-server
stackqljsNPMJSJavaScriptTypeScriptDenoStackQL client library for Deno and Node.js, see npmjs
pystackqlPythonPyPi package to use StackQL within Python or IPython applications, see readthedocs
setup-stackqlGitHub ActionsJavaScriptAction to setup StackQL in an Actions workflow; see overview in the Actions marketplace
stackql-assertGitHub ActionsJavaScriptAction to run compliance or validation checks using StackQL in an Actions workflow; see overview in the Actions marketplace
stackql-execGitHub ActionsJavaScriptAction to execute StackQL queries in an Actions workflow; see overview in the Actions marketplace
google-discovery-to-openapiJavaScriptOpenAPIExtracts compliant OpenAPI3 specification from Google discovery docs
aws-cfn-schema-to-openapiJavaScriptOpenAPICreates compliant OpenAPI3 specifications with StackQL extensions from AWS CloudFormation schema documents
stackql-azure-openapiJavaScriptOpenAPICreates compliant OpenAPI3 specifications from Microsoft AutoRest
openapisaurusTypeScriptDenoOpenAPIStackQL provider development studio using Deno/TypeScript
stackql-middlewareTypeScriptDenoUse StackQL with a public or private registry to submit SQL queries in API POST bodies to extract, project or mutate data (similar to GraphQL, but using SQL)
stackql-playgroundTypeScriptReactFront end application connecting to a stackql-middleware server
any-sdkGoOpenAPIGolang library to support traversal algorithms on StackQL augmented openapi doc structure and SQL semantics.

👐 Getting Involved

We welcome contributions and community involvement in StackQL. Whether you're interested in contributing code (including SQL queries or new providers), reporting bugs, or requesting features, your input is valuable to us.

📜 StackQL is released under the MIT License.

🛠️ Services We Provide

StackQL Studios provides custom audit services to create and automate client reports for Cloud Security Posture Management, Entitlements or User Access Management, FinOps/Cost Optimization, Network Analysis, Multi-Cloud Inventory Analysis, and more. Contact us at [email protected]


🌍 For more information, visit our website, follow us on X, or join our Discord Server.

Pinned Loading

  1. stackqlstackqlPublic

    Query, provision and operate Cloud and SaaS resources and APIs using an extensible SQL based framework

    Go 777 72

  2. stackql-provider-registrystackql-provider-registryPublic

    Registry for cloud and SaaS providers for StackQL, generated from extensions to the providers OpenAPI3 specification

    Go 26 3

  3. stackql-jupyter-demostackql-jupyter-demoPublic

    StackQL Jupyter Notebook Demo

    Jupyter Notebook 8

  4. pystackqlpystackqlPublic

    Python interface for StackQL

    Python 9 2

  5. stackql-codespaces-notebookstackql-codespaces-notebookPublic template

    Run stackql queries in Codespaces

    Jupyter Notebook 7

  6. google-discovery-to-openapigoogle-discovery-to-openapiPublic

    Convert Google discovery API documents to fully compliant OpenAPI3 specifications

    JavaScript 39 8

Repositories

Showing 10 of 70 repositories
  • stackql Public

    Query, provision and operate Cloud and SaaS resources and APIs using an extensible SQL based framework

    stackql/stackql’s past year of commit activity
    Go 777 MIT 72 108 (64 issues need help) 0 UpdatedMay 4, 2025
  • any-sdk Public
    stackql/any-sdk’s past year of commit activity
    Go 0 MIT 0 0 0 UpdatedMay 4, 2025
  • stackql/stackql-deploy-rs’s past year of commit activity
    Rust 0 0 0 0 UpdatedApr 29, 2025
  • stackql.io Public
    stackql/stackql.io’s past year of commit activity
    Java 6 1 0 0 UpdatedApr 28, 2025
  • stackql-provider-registry Public

    Registry for cloud and SaaS providers for StackQL, generated from extensions to the providers OpenAPI3 specification

    stackql/stackql-provider-registry’s past year of commit activity
    Go 26 3 0 0 UpdatedApr 27, 2025
  • stackql-deploy Public

    Model driven resource provisioning and deployment framework using StackQL.

    stackql/stackql-deploy’s past year of commit activity
    Python 4 MIT 1 4 0 UpdatedApr 26, 2025
  • stackql/chocolatey-install’s past year of commit activity
    PowerShell 6 0 0 0 UpdatedApr 25, 2025
  • pgwire-lite-rs Public

    Lightweight PostgreSQL wire protocol client library for Rust, providing direct, low-level access to the PostgreSQL protocol.

    stackql/pgwire-lite-rs’s past year of commit activity
    Rust 0 0 0 0 UpdatedApr 15, 2025
  • psql-wire Public

    PostgreSQL server wire protocol. Build your own server and start serving connections.

    stackql/psql-wire’s past year of commit activity
    Go 11 MPL-2.0 2 0 0 UpdatedApr 8, 2025
  • stackql/stackql-parser’s past year of commit activity
    Go 6 Apache-2.0 0 0 0 UpdatedFeb 16, 2025

Sponsors

  • @vwake7

Top languages

Loading…

Most used topics

Loading…