steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required. (by turbot)

Steampipe Alternatives

Similar projects and alternatives to steampipe

  1. AutoHotkey

    AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. cloudquery

    Data pipelines for cloud config and security data. Build cloud asset inventory, CSPM, FinOps, and vulnerability management solutions. Extract from AWS, Azure, GCP, and 70+ cloud and SaaS sources.

  4. xsv

    68 steampipe VS xsv

    Discontinued A fast CSV command line toolkit written in Rust.

  5. OSQuery

    SQL powered operating system instrumentation, monitoring, and analytics.

  6. q

    47 steampipe VS q

    q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)

  7. cloud-custodian

    Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources

  8. Fleet

    Open device management

  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. octosql

    OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.

  11. prowler

    31 steampipe VS prowler

    Prowler is the world’s most widely used open-source cloud security platform that automates security and compliance across any cloud environment.

  12. zsv

    zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser

  13. evadb

    27 steampipe VS evadb

    Discontinued Database system for AI-powered apps

  14. trustfall

    A query engine for any combination of data sources. Query your files and APIs as if they were databases!

  15. steampipe-mod-aws-compliance

    Run individual controls or full compliance benchmarks for CIS, PCI, NIST, HIPAA and more across all of your AWS accounts using Powerpipe and Steampipe.

  16. wrappers

    Postgres Foreign Data Wrapper development framework in Rust.

  17. steampipe-plugin-aws

    Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.

  18. steampipe-samples

    Examples, samples, snippets and scripts to use with Steampipe.

  19. libgsqlite

    A SQLite extension which loads a Google Sheet as a virtual table.

  20. steampipe-plugin-sdk

    Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.

  21. azure-sdk-for-net

    This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.

  22. Multicorn

    Data Access Library

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better steampipe alternative or higher similarity.

steampipe discussion

Log in or Post with

steampipe reviews and mentions

Posts with mentions or reviews of steampipe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-08-24.
  • Executable Is a SQLite Database
    4 projects | news.ycombinator.com | 24 Aug 2026
    Check out https://steampipe.io/, available as sqlite/postgtesql extensions
  • A long list of weird things I've used in production
    4 projects | dev.to | 17 Mar 2026
    Steampipe
  • Build API integrations with SQL and YAML – no SaaS lock-in, no drag-and-drop UIs
    3 projects | news.ycombinator.com | 30 May 2025
    The request / data fetching is interesting in how "easy" it is to write. I did basic perusal of the examples, but I'd be interested to see what it looks like with rate-limited endpoints and concurrent requests.

    Another tangentially related project is https://steampipe.io/ though it is for exposing APIs via Postgres tables and the clients are written using Go code and shared through a marketplace.

  • Show HN: TextQuery – Query CSV, JSON, XLSX Files with SQL
    4 projects | news.ycombinator.com | 5 May 2025
    Readers may also enjoy Steampipe [1], an open source tool to live query 140+ services with SQL (e.g. AWS, GitHub, CSV, Kubernetes, etc). It uses Postgres Foreign Data Wrappers under the hood and supports joins etc with other tables. (Disclaimer - I'm a lead on the project.)

    1 - https://github.com/turbot/steampipe

  • Cyphernetes: A Query Language for Kubernetes
    6 projects | news.ycombinator.com | 15 Dec 2024
    I really really like Steampipe to do this kind of query: https://steampipe.io, which is essentially PostgreSQL (literally) to query many different kind of APIs, which means you have access to all PostgreSQL's SQL language can offer to request data.

    They have a Kubernetes plugin at https://hub.steampipe.io/plugins/turbot/kubernetes and there are a couple of things I really like:

    * it's super easy to request multiple Kubernetes clusters transparently: define one Steampipe "connection" for each of your clusters + define an "aggregator" connection that aggregates all of them, then query the "aggregator" connection. You will get a "context" column that indicates which Kubernetes cluster the row came from.

  • Amazon Aurora DSQL
    3 projects | news.ycombinator.com | 3 Dec 2024
    I was just trying to get a sense for where the line of demarcation was in your mind. PG has "foreign data wrappers"[1] that allow one to treat external ... whatever ... as if it were a table or procedure within PG. Just stupid powerful, IMHO. It is FDW-specific whether "transaction" means anything to the foreign system, so that may break your mental model but could still get you very close (e.g. BEGIN; UPDATE s3 SET ...; ROLLBACK; may not do anything sensible)

    https://github.com/turbot/steampipe#steampipe-plugins and https://steampipe.io/docs/steampipe_postgres/overview may be relevant, although watch out for Steampipe's license

    https://github.com/topics/foreign-data-wrapper and https://github.com/topics/fdw are some other examples

    1: https://www.postgresql.org/docs/17/fdwhandler.html (although strictly speaking that page is for _authoring_ FDW, not a tl;dr of the concept)

  • steampipe: Zero-ETL way to query APIs and services using SQL
    1 project | news.ycombinator.com | 15 Oct 2024
  • Automating Well-Architected reviews
    2 projects | dev.to | 18 Jun 2024
    https://steampipe.io/ https://github.com/prowler-cloud/prowler https://former2.com
  • DuckDB Doesn't Need Data to Be a Database
    5 projects | news.ycombinator.com | 29 May 2024
    https://steampipe.io/ showcases some really interesting scenarios for using FDWs in place of regular ETL and API integrations
  • Steampipe: Dynamically query APIs, code and more with SQL
    1 project | news.ycombinator.com | 4 Apr 2024
  • A note from our sponsor - Kargo
    akuity.io | 15 Sep 2026
    Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →

Stats

Basic steampipe repo stats
155
7,954
8.5
6 days ago

Sponsored
AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com

Did you know that Go is
the 4th most popular programming language
based on number of references?