Skip to content

Commit

Permalink
Change streamr docs guide (#10267)
Browse files Browse the repository at this point in the history
* Add streamr document

* add missing end line

* fix name: streamr > Streamr

* Update document

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
  • Loading branch information
thanhlmm and alafanechere authored Feb 11, 2022
1 parent a11bbe8 commit 833690f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/integrations/destinations/streamr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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. |
| 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. |

0 comments on commit 833690f

Please sign in to comment.