Installation¶
You can use pip to install Asyncflux:
$ pip install git+https://github.com/puentesarrin/asyncflux.git
Documentation¶
Sphinx is needed to generate the documentation. Documentation can be generated by issuing the following commands:
$ cd docs
$ make html
Or simply:
$ python setup.py doc
Also, the current documentation can be found at ReadTheDocs.
License¶
Asyncflux is available under the Apache License, Version 2.0.
Indices and tables¶
Package Documentation¶
asyncflux
Modules¶
asyncflux.client
– Connection to InfluxDB¶
-
class
asyncflux.client.
AsyncfluxClient
(host=None, port=None, username=None, password=None, is_secure=False, io_loop=None, **kwargs)[source]¶ -
client[db_name] || client.db_name
Get the db_name
Database
onAsyncfluxClient
client.
-
HOST
= 'localhost'¶
-
PORT
= 8086¶
-
USERNAME
= 'root'¶
-
PASSWORD
= 'root'¶
-
host
¶
-
port
¶
-
base_url
¶
-
username
¶
-
password
¶
-