From 73ff463bcc22b5bc391f6f1797fccce82662c51a Mon Sep 17 00:00:00 2001 From: Karan Popat Date: Tue, 28 May 2024 19:48:14 +0530 Subject: [PATCH] test docs preview --- docs/learn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn.md b/docs/learn.md index 48ebae8..69b580c 100644 --- a/docs/learn.md +++ b/docs/learn.md @@ -7,7 +7,7 @@ slug: / # Learn Steampipe -Steampipe provides zero-ETL tools for fetching data directly from APIs and services. Steampipe is offered in several distributions: +Steampipe provides a zero-ETL tools for fetching data directly from APIs and services. Steampipe is offered in several distributions: - The **Steampipe CLI** exposes APIs and services as a high-performance relational database, enabling you to write SQL-based queries to explore dynamic data. The Steampipe CLI is a turnkey solution that includes its own PostgreSQL database including plugin management. - **[Steampipe Postgres FDWs](/docs/steampipe_postgres/overview)** are native Postgres Foreign Data Wrappers that translate APIs to foreign tables. Unlike Steampipe CLI, which ships with its own Postgres server instance, the Steampipe Postgres FDWs can be installed in any supported Postgres database version. - **[Steampipe SQLite Extensions](/docs/steampipe_sqlite/overview)** provide SQLite virtual tables that translate your queries into API calls, transparently fetching information from your API or service as you request it.