From 994d71fb9b320afbbfb6472d4a603fd55fcec96e Mon Sep 17 00:00:00 2001 From: DeanC <5110459+dcolcott@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:47:02 +1100 Subject: [PATCH] feat: add OSI Pi Streaming Data Connector to catalog (#37) --- README.md | 1 + cli-components/community-components.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b68db..50d0ce8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cli-components/community-components.json b/cli-components/community-components.json index 51ec8ab..1bf86f3 100644 --- a/cli-components/community-components.json +++ b/cli-components/community-components.json @@ -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" } \ No newline at end of file