Utlilze data from InfluxDB cloud in AWS Twinmaker

We are a shipyard in Norway that is using the follwing stack for monitoring our facility:

  • Lowawan (The Things Network - and a couple of other sources.
  • Telegraf - MQTT from TTN to a InfluxDB cloud instance
  • Grafana - cloud

We are now in a process where we have 3D scanned our facilities and want to use the datastream for the IOT stack in AWS Twinmaker to start buidling a digital twin of our facilities.

We understand that AWS are hosting a InfluxDB version in their ecosystem. We are looking for ways that we can utlilze the IOT data, that currently live in our Infludx Cloud instance, in the AWS Twinmaker environment.

Is there anyone that can point to some solutions for this ?

Hello @Luhrern,
I think the AWS ecosystem suggests the use of AWS IoT SiteWise and then data from influxdb with API or tasks like aws lambda.

InfluxDB Cloud ➜ AWS Lambda / Kinesis ➜ AWS IoT SiteWise ➜ AWS TwinMaker

I’m not sure if IoT SiteWise is necessary but it seems to be what AWS is recommending.

But basically you’ll have to use the API or Client Libraries to get data out of Influxdb.