Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Streamr destination document #9155

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"destinationDefinitionId": "eebd85cf-60b2-4af6-9ba0-edeca01437b0",
"name": "Streamr",
"dockerRepository": "ghcr.io/devmate-cloud/streamr-airbyte-connectors:main",
"dockerImageTag": "0.0.1",
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/streamr",
"icon": "streamr.svg"
}
10 changes: 10 additions & 0 deletions airbyte-config/init/src/main/resources/icons/streamr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,9 @@
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/destinations/mariadb-columnstore
icon: mariadb.svg
- name: Streamr
destinationDefinitionId: eebd85cf-60b2-4af6-9ba0-edeca01437b0
dockerRepository: ghcr.io/devmate-cloud/streamr-airbyte-connectors
dockerImageTag: 0.0.1
documentationUrl: https://docs.airbyte.io/integrations/destinations/streamr
icon: streamr.svg
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
* [Scylla](integrations/destinations/scylla.md)
* [Redis](integrations/destinations/redis.md)
* [Kinesis](integrations/destinations/kinesis.md)
* [Streamr](integrations/destinations/streamr.md)
* [Custom or New Connector](integrations/custom-connectors.md)
* [Connector Development](connector-development/README.md)
* [Tutorials](connector-development/tutorials/README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ Airbyte uses a grading system for connectors to help users understand what to ex
| [Scylla](destinations/scylla.md) | Alpha |
| [Redis](destinations/redis.md) | Alpha |
| [Kinesis](destinations/kinesis.md) | Alpha |
| [Streamr](destinations/streamr.md) | Alpha |
37 changes: 37 additions & 0 deletions docs/integrations/destinations/streamr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Streamr

## Features

| Feature | Support | Notes |
| :---------------------------- | :-----: | :------------------------------------------------------------------------------------------- |
| Full Refresh Sync | ❌ | Warning: this mode deletes all previously synced data in the configured bucket path. |
| Incremental - Append Sync | ✅ | |
| 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.

## Troubleshooting

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 | |

## Output Schema

All json data is output at StreamR

#### 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. |