How to integrate Python with Influxdb in windows


First of need to download  - https://portal.influxdata.com/downloads/ (v1.7.9)

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

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How To Convert Html File/URL/String Into Image Using Python

How to get Full URL or get absolute url In Django