InfluxDB Integration - #4055
Merged
Merged
Conversation
Contributor
Author
|
@breuerfelix Merge issues fixed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
InfluxDB
Introduction
We all have been seeking better analytics for Instapy.
I decided to Integrate InfluxDB which is a No-SQL time series database.
Inputs are based on the time.
Implementation
I created a Singleton Class in settings which creates a connection to the db.
It is initialised in instapy.py
I also created functions that you can use to add values in the db or change db.
Functions can be added very easily
How to use
To use the SingletonClass just import
from .settings import InfluxDBLogThen in your file just call 脤nfluxDBLog().addEntry(args)` to add a new entry in the DB.
Prerequesites
in order to have this working please install InfluxDB on your computer and create a user.
For it to be activated you must in the instapy constructor input your InfluxDB username, password, host, port and database name.
Visualize Data
In order to visualise the data just install Grafana and create dashboards.
It could end up looking like this