GoogleFirestore
Google Firestore Sink 连接器
描述
将数据写入 Google Firestore
主要特性
选项
| 名称 | 类型 | 必需 | 默认值 |
|---|---|---|---|
| project_id | string | 是 | - |
| collection | string | 是 | - |
| credentials | string | 否 | - |
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
| Change | Commit | Version |
|---|---|---|
| [Improve] filestore options (#8921) | https://github.com/apache/seatunnel/commit/b60ef97c95 | 2.3.10 |
| [Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786) | https://github.com/apache/seatunnel/commit/6b7c53d03c | 2.3.9 |
[Improve] Remove use SeaTunnelSink::getConsumedType method and mark it as deprecated (#5755) | https://github.com/apache/seatunnel/commit/8de7408100 | 2.3.4 |
| [Feature][Connector][GoogleFirestore-Sink] Support GoogleFirestore Sink (#4304) | https://github.com/apache/seatunnel/commit/f13c2614d2 | 2.3.2 |