Stream Cosmos Data Source
In this article
Stream Cosmos Channel can read data in stream manner from CosmosDB (SQL API). It reads updated documents by specifying change-feed directory and using its options.
Both BatchCosmos and StreamCosmos work with Local Session.
Configuring a Stream Cosmos Data Source
To add a Stream Cosmos Data Source into your pipeline, drag the Data Source to the canvas and right-click on it to configure.
Under the Schema Type tab, you can Fetch From Source or Upload Data File.
Field | Description |
---|---|
Connection Name | Select the connection name from the available list of connections, from where you would like to read the data. |
Database | Cosmos Database. |
Container | Container name in Cosmos. |
Change Feed from Beginning | If set to True, data will be read from beginning. |
CosmosDB Checkpoint Directory | It is the file path where Cosmos stores the checkpoint data for Change feed. |
Add Configuration | To add additional custom properties in key-value pairs. |
If you have any feedback on Gathr documentation, please email us!