How to integrate Python with Influxdb in windows
After you will get

Influxd - This application is server of influxdb, For every time you need to open this server otherwise your get error ( means without open this application we cant perform any operation)
influx - This appication is used to perform (CRu - create and insert and partial updated operations)
So first open Influxd file and then open Influx file.
query -
>SHOW databases - check list of exising databases
> CREATE database database_name
> use database_name
> select * from database_name or ( SELECT <stuff> FROM <measurement_name> WHERE <some_conditions>)
Comments
Post a Comment