I have a AWS Timestream database and i want to visualize the data in the timestream database on a graph (temperature & humidity) using python. I am planninig to use PySimpleGUI for data visualization. I really need to know the process to extract my data from AWS timestream DB so that i can implement a GUI using this real-time data. Any alternate solution would work,
Thank you,
I am searching a way to extract data from AWS timestream and meanwhile visualize on the GUI using python
Use the JDBC driver to pull data from AWS Timestream as described in AWS Timestream Developer Guide Queries are described in AWS Timestream Query Reference
It may be easier if you use AWS Timestream Python Query SDK