Giter Club home page Giter Club logo

influxdb-export's Introduction

influxdb-export

This script exports data from an InfluxDB database to a CSV file. It reads configuration parameters from a config.ini file, generates an InfluxDB query based on these parameters, executes the query, and writes the result to a CSV file.

Requirements

This script requires Python 3 and the following Python packages:

  • influxdb-client[ciso]~=1.43.0

You can install these packages using pip:

pip install -r requirements.txt

Configuration

The script reads configuration parameters from a config.ini file. Here's an example of what this file might look like:

[INFLUXDB]
url = http://localhost:8086
token = my-token
org = my-org
bucket = my-bucket
time_range_days = 1
time_range_hours = 0
aggregation_type = raw
window_period = 1h
filtered_fields = field1,field2

Usage

You can run the script using Python 3:

python export.py

The script will generate a CSV file with the results of the InfluxDB query. The filename will be a timestamp in the format YYYY-MM-DD_HH-MM-SS.csv.

Logging

The script logs its progress to a file named export.log. The log includes timestamps, log levels (INFO, ERROR), and log messages.

influxdb-export's People

Contributors

mofm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.