Skip to content

Commit 7fc9138

Browse files
YDB FQ: fix list of datasources supported by fq-connector-go (#12396)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent 7882f44 commit 7fc9138

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ydb/docs/en/core/devops/manual/federated-queries/connector-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ This functionality is in "Experimental" mode.
1313
The `fq-connector-go` connector is implemented in Go; its source code is hosted on [GitHub](https://github.com/ydb-platform/fq-connector-go). It provides access to the following data sources:
1414

1515
* [ClickHouse](https://clickhouse.com/)
16+
* [Greenplum](https://greenplum.org/)
17+
* [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server)
18+
* [MySQL](https://www.mysql.com/)
1619
* [PostgreSQL](https://www.postgresql.org/)
20+
* [{{ ydb-short-name }}](https://ydb.tech/)
1721

1822
The connector can be installed using a binary distribution or a Docker image.
1923

ydb/docs/ru/core/devops/manual/federated-queries/connector-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
Коннектор `fq-connector-go` реализован на языке Go; его исходный код размещён на [GitHub](https://github.com/ydb-platform/fq-connector-go). Он обеспечивает доступ к следующим источникам данных:
1414

1515
* [ClickHouse](https://clickhouse.com/)
16+
* [Greenplum](https://greenplum.org/)
17+
* [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server)
18+
* [MySQL](https://www.mysql.com/)
1619
* [PostgreSQL](https://www.postgresql.org/)
20+
* [{{ ydb-short-name }}](https://ydb.tech/)
1721

1822
Коннектор может быть установлен с помощью бинарного дистрибутива или с помощью Docker-образа.
1923

0 commit comments

Comments
 (0)