diff --git a/docs/integrations/destinations/streamr.md b/docs/integrations/destinations/streamr.md index 03e24004621b..40f6a0c76a5c 100644 --- a/docs/integrations/destinations/streamr.md +++ b/docs/integrations/destinations/streamr.md @@ -9,7 +9,10 @@ | Incremental - Deduped History | ❌ | As this connector does not support dbt, we don't support this sync mode on this destination. | | Namespaces | ❌ | Setting a specific bucket path is equivalent to having separate namespaces. | -The Airbyte S3 destination allows you to sync data to AWS S3 or Minio S3. Each stream is written to its own directory under the bucket. +The Streamr destination allows you to sync data to Streamr - The decentralized +real‑time data network. + +How to use: [https://github.com/devmate-cloud/streamr-airbyte-connectors](https://github.com/devmate-cloud/streamr-airbyte-connectors) ## Troubleshooting @@ -18,20 +21,20 @@ Check out common troubleshooting issues for the Streamr destination connector ## Configuration | Parameter | Type | Notes | -| :--------- | :----: | :------------------------- | --- | +| :--------- | :----: | :------------------------- | | privateKey | string | You private key on Streamr | -| streamId | string | Your full Stream ID | | +| streamId | string | Your full Stream ID | ## Output Schema -All json data is output at StreamR +All json data is output at Streamr -#### Data schema +## Data schema Any json data schema will work ## CHANGELOG -| Version | Date | Pull Request | Subject | -| :------ | :--------- | :------------------------------------------------------- | :--------------- | -| 0.0.1 | 2021-11-20 | [GitHub](https://github.com/devmate-cloud/streamr-airbyte-connectors/releases/tag/v0.0.1) | Initial release. | \ No newline at end of file +| Version | Date | Pull Request | Subject | +| :------ | :--------- | :---------------------------------------------------------------------------------------- | :--------------- | +| 0.0.1 | 2021-11-20 | [GitHub](https://github.com/devmate-cloud/streamr-airbyte-connectors/releases/tag/v0.0.1) | Initial release. |