GoogleFirestore
Google Firestore sink connector
Description
Write data to Google Firestore
Key features
Options
name | type | required | default value |
---|---|---|---|
project_id | string | yes | - |
collection | string | yes | - |
credentials | string | no | - |
project_id [string]
The unique identifier for a Google Firestore database project.
collection [string]
The collection of Google Firestore.
credentials [string]
The credentials of Google Cloud service account, use base64 codec. If not set, need to check the GOOGLE APPLICATION CREDENTIALS
environment exists.
common options
Sink plugin common parameters, please refer to Sink Common Options for details.
Example
GoogleFirestore {
project_id = "dummy-project-id",
collection = "dummy-collection",
credentials = "dummy-credentials"
}
Changelog
Change Log
Change | Commit | Version |
---|---|---|
[Improve] filestore options (#8921) | https://github.com/apache/seatunnel/commit/b60ef97c95 | dev |
[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 |