Query from AWS Timestream or S3 to visualize historian in Ignition

Good Morning Ignition Team,

We want to integrate cloud-based storage for all historians (instead of using on-prem typical SQL).

Are there any method or module that's already available, or in development-pipeline to allow for such?

Best Regards,

David Choi

Cirrus Link has a number of cloud connectors for this purpose. And as a Strategic Partner, you can buy their stuff through IA.

Hi,
You can use the JDBC driver for timestream. GitHub - awslabs/amazon-timestream-driver-jdbc
I use it with success to query the database, but it lack some functionnality (no parametrized query support)
And i have no success to use store and forward mecanism. For now i use some Lambda function to store my data.

Best Regards
Pierre Nerriere

1 Like