mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
docs: reflect recently added connectors in ingestion diagram and README (#333)
* docs(diagram): show recently added connectors in ingestion flow Add Amazon Athena and MongoDB (plus a "& more" chip), Sigma, and Google Drive to the ingestion diagram source cards so it reflects the current connector set. Trim the Databases card body to one line so the added chips fit the fixed-height card without clipping. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs(readme): list newly added connectors in the "Works with" summary Include DuckDB, Amazon Athena, MongoDB, Sigma, and Google Drive so the README matches the integrations reference pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
f310391da5
commit
66768fe009
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue