简体   繁体   English

使用 python 从时间流中进行数据可视化

[英]data visualization from timestream using python

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.我有一个 AWS 时间流数据库,我想使用 python 在图表(温度和湿度)上可视化时间流数据库中的数据。我计划使用 PySimpleGUI 进行数据可视化。 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.我真的需要知道从 AWS 时间流数据库中提取数据的过程,以便我可以使用这些实时数据实现 GUI。 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我正在寻找一种方法来从 AWS 时间流中提取数据,同时使用 python 在 GUI 上进行可视化

Use the JDBC driver to pull data from AWS Timestream as described in AWS Timestreadm Developer Guide Queries are described in AWS Timestream Query Reference使用 JDBC 驱动程序从 AWS Timestream 中提取数据,如AWS Timestreadm 开发人员指南中所述查询在AWS Timestream 查询参考中进行了描述

It may be easier if you use AWS Timestream Python Query SDK如果使用AWS Timestream Python 查询 SDK可能会更容易

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 TimeStream + Grafana:无法识别数据序列 - TimeStream + Grafana: not recognizing series in data 我可以从 Amazon Timestream 中删除记录吗? - Can I delete records from Amazon Timestream? 如何转换AWS lambda function写入Timestream数据写入Multi-measureme记录 - How to transform AWS lambda function for writing Timestream data to write Multi-measureme records 当通过 IoT 核心规则(通过 SQL time_to_epoch)传递时间戳时,数据未插入到时间流表中 - Data not getting inserted into Timestream table when timestamp is passed via IoT core rule (via SQL time_to_epoch) Tableau 可视化 - 海量数据的性能问题 - Tableau visualization - Performance issue with huge data 在 ReactJS UI 中显示数据可视化(图表和统计数据) - Showing Data visualization (charts and stats) in ReactJS UI 无法在 AWS EMR 中使用 Pyspark 或 Python 从 mongoDB 读取数据 - Unable to read data from mongoDB using Pyspark or Python in AWS EMR AWS 时间流数据库 - AWS IOT - AWS Timestream DB - AWS IOT aws Timestream:获取空间隔 - aws Timestream: get empty intervals 西门子徽标阴影和 AWS IoT Timestream 问题 - Siemens logo Shadows and AWS IoT Timestream problem
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM