diff --git a/README.md b/README.md index 3f704f04..618e9c81 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,9 @@ upkeep and don't absorb the rest of your company's knowledge. - You don't have a SQL warehouse - **ktx** sits on top of one - You only need one ad-hoc query - `psql` or a notebook will do -Works with PostgreSQL, Snowflake, BigQuery, ClickHouse, MySQL, SQL Server, and -SQLite. Integrates with dbt, MetricFlow, LookML, Looker, Metabase, and Notion. +Works with PostgreSQL, Snowflake, BigQuery, ClickHouse, MySQL, SQL Server, +SQLite, DuckDB, Amazon Athena, and MongoDB. Integrates with dbt, MetricFlow, +LookML, Looker, Metabase, Sigma, Notion, and Google Drive. ## Quick Start diff --git a/docs-site/components/product-mechanics.tsx b/docs-site/components/product-mechanics.tsx index 642e1107..55c10272 100644 --- a/docs-site/components/product-mechanics.tsx +++ b/docs-site/components/product-mechanics.tsx @@ -68,14 +68,14 @@ const EDGE_STROKE = "#94a3b8"; const sourceData: SourceNodeData[] = [ { title: "Databases", - body: "Schemas, columns, keys, row counts, and query history.", - items: ["PostgreSQL", "Snowflake", "BigQuery", "SQLite"], + body: "Schemas, keys, row counts, query history.", + items: ["PostgreSQL", "Snowflake", "BigQuery", "Athena", "MongoDB", "& more"], accent: "#3b82f6", }, { title: "BI tools", body: "Dashboards, questions, explores, usage, and trusted examples.", - items: ["Metabase", "Looker"], + items: ["Metabase", "Looker", "Sigma"], accent: "#f97316", }, { @@ -87,7 +87,7 @@ const sourceData: SourceNodeData[] = [ { title: "Docs and notes", body: "Policies, caveats, team definitions, and analyst context.", - items: ["Notion", "Any text"], + items: ["Notion", "Google Drive", "Any text"], accent: "#10b981", }, ];