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. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. cloudquery

    The developer first cloud governance platform

  4. xsv

    67 steampipe VS xsv

    A fast CSV command line toolkit written in Rust.

  5. OSQuery

    SQL powered operating system instrumentation, monitoring, and analytics.

  6. q

    46 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. octosql

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

  9. SaaSHub

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

    SaaSHub logo
  10. Fleet

    Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)

  11. prowler

    28 steampipe VS prowler

    Prowler is an Open Cloud Security tool for AWS, Azure, GCP and Kubernetes. It helps for continuos monitoring, security assessments and audits, incident response, compliance, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more.

  12. evadb

    27 steampipe VS evadb

    Database system for AI-powered apps

  13. trustfall

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

  14. dsq

    20 steampipe VS dsq

    Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

  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. steampipe-plugin-aws

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

  17. wrappers

    Postgres Foreign Data Wrapper development framework in Rust.

  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. Multicorn

    Data Access Library

  22. multiwoven

    🔥🔥🔥 Open source composable CDP - alternative to hightouch and census.

  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 2024-12-15.
  • 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
  • Cloud Tools You Probably Haven't Heard Of
    3 projects | dev.to | 31 Mar 2024
    Steampipe is a tool for querying cloud APIs and other data sources using SQL in a zero-ETL manner.
  • Show HN: Query Your Sheets with SheetSQL
    9 projects | news.ycombinator.com | 13 Mar 2024
    Readers may also enjoy Steampipe [1], an open source CLI to live query Google Sheets [2] and 140+ other services with SQL (e.g. AWS, GitHub, etc). It uses Postgres Foreign Data Wrappers under the hood and supports joins etc across the services. (Disclaimer - I'm a lead on the project.)

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

  • Osquery: An sqlite3 virtual table exposing operating system data to SQL
    14 projects | news.ycombinator.com | 25 Feb 2024
    be mindful of its AGPLv3 https://github.com/turbot/steampipe/blob/v0.21.8/LICENSE (AFAIK v0.4.3 is the last MIT release https://github.com/turbot/steampipe/blob/v0.4.3/LICENSE ) and the actual providers are Apache 2 <https://github.com/turbot/steampipe-plugin-aws/blob/v0.131.0...> (but I don't know if provider drift makes them compatible with 0.4 or not)

    iasql seems to be AWS only, but good for them for taking this on:

  • How to run an AWS CIS v3.0 assessment in CloudShell
    2 projects | dev.to | 8 Feb 2024
    In a prior post I showed how to install Steampipe in AWS CloudShell to instantly query over 460+ resource types from your AWS APIs using SQL, and another post on how to use the Steampipe AWS Compliance mod to assess over 25+ security benchmarks across your AWS accounts.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic steampipe repo stats
151
7,234
9.6
6 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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