跳到主要内容
版本:Next

GoogleFirestore

Google Firestore Sink 连接器

描述

将数据写入 Google Firestore

主要特性

选项

名称类型必需默认值
project_idstring-
collectionstring-
credentialsstring-

project_id [string]

Google Firestore 数据库项目的唯一标识符。

collection [string]

Google Firestore 的集合。

credentials [string]

Google Cloud 服务账户的凭证,使用 base64 编码。如果未设置,需要检查 GOOGLE_APPLICATION_CREDENTIALS 环境变量是否存在。

通用选项

汇插件通用参数,请参考 Sink Common Options 了解详情。

示例

GoogleFirestore {
project_id = "dummy-project-id",
collection = "dummy-collection",
credentials = "dummy-credentials"
}

变更日志

Change Log
ChangeCommitVersion
[Improve] filestore options (#8921)https://github.com/apache/seatunnel/commit/b60ef97c952.3.10
[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)https://github.com/apache/seatunnel/commit/6b7c53d03c2.3.9
[Improve] Remove use SeaTunnelSink::getConsumedType method and mark it as deprecated (#5755)https://github.com/apache/seatunnel/commit/8de74081002.3.4
[Feature][Connector][GoogleFirestore-Sink] Support GoogleFirestore Sink (#4304)https://github.com/apache/seatunnel/commit/f13c2614d22.3.2