Python簡單使用InfluxDB

前言 以前已經在本身的MQTT服務器上安裝好了InfluxDB時序數據庫,接下來寫個Python程序測試下.html 安裝 API詳情參閱這裏 打開powershell,執行pip install influxdb安裝模塊python 程序 程序API詳細參考這裏web # coding=utf-8 import time from influxdb import InfluxDBClient
相關文章
相關標籤/搜索