Skip to content

Commit

Permalink
feat: add OSI Pi Streaming Data Connector to catalog (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolcott authored Nov 14, 2023
1 parent 8d6cbca commit 994d71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Following is a list of Greengrass components.
* [Node-RED Auth](https://github.com/awslabs/aws-greengrass-labs-nodered-auth): This component configure a user name and password to secure the Node-RED instance running
* [OpenThread Border Router](https://github.com/awslabs/aws-greengrass-labs-openthread-border-router): This component deploys the [OpenThread Border Router](https://openthread.io/guides/border-router) Docker container, helping users to compose a Matter device that includes a Thread border router.
* [Certificate Rotator](https://github.com/awslabs/aws-greengrass-labs-certificate-rotator): This component and companion cloud backend provides a means of rotating the AWS IoT Greengrass core device certificate and private key, across your fleet, at scale.
* [OSI PI Streaming Data Connector](https://github.com/awslabs/osi-pi-streaming-data-connector): This component provides streaming real-time data ingestion from OSI PI Data Archive to a modern data architecture on AWS with integrations to OSI PI Asset Framework centrally managed over AWS IoT PubSub messaging.

### AWS provided components

Expand Down
3 changes: 2 additions & 1 deletion cli-components/community-components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"aws-greengrass-labs-nodered-auth": "https://github.com/awslabs/aws-greengrass-labs-nodered-auth/archive/refs/heads/main.zip",
"aws-greengrass-labs-database-postgresql": "https://github.com/awslabs/aws-greengrass-labs-database-postgresql/archive/refs/tags/v1.0.1.zip",
"aws-greengrass-labs-openthread-border-router": "https://github.com/awslabs/aws-greengrass-labs-openthread-border-router/archive/refs/heads/main.zip",
"aws-greengrass-labs-certificate-rotator": "https://github.com/awslabs/aws-greengrass-labs-certificate-rotator/archive/refs/heads/main.zip"
"aws-greengrass-labs-certificate-rotator": "https://github.com/awslabs/aws-greengrass-labs-certificate-rotator/archive/refs/heads/main.zip",
"aws-greengrass-labs-osi-pi-streaming-data-connector": "https://github.com/awslabs/aws-greengrass-labs-osi-pi-streaming-data-connector/archive/refs/heads/main.zip"
}

0 comments on commit 994d71f

Please sign in to comment.