Skip to main content

Influx v3 timeseries plugin for `masterpiece` applications

Project description

InfluxDB V3 Plugin for MasterPiece

This project adds InfluxDB V3 timeseries recording functionality to MasterPiece framework.

Usage

Pre-requisities:

  • Create Influx cloud account, or install local Influx instance. Please consult the Influx site for more information on this.

To install the 'masterpiece_influx' plugin:

.. code-block:: bash

pip install masterpiece_influx

Once installed, you can create ~/.yourapp/config/Influx.json configuration file to specify information needed for reading and writing time series data to your Influx database.

.. code-block:: text

{ "token": "your token", "org": "your organization", "host": "https://eu-central-1-1.aws.cloud2.influxdata.com", "database": "your database" }

To import and instantiate Influx database for use:

.. code-block:: python

from masterpiece_influx import Influx

db = Influx()

An example to write and read data:

.. code-block:: python

db.write_dict(name="temperature", tags={"sensor": "A1"}, fields={"value": 23.4}, ts="2024-12-14T12:00:00Z") data = db.read_dict(measurement="temperature", start_time="2024-12-01T00:00:00Z")

Note

The masterpiece_influx.Influx class is an implementation of the abstract masterpiece.TimeSeries base class, designed for reading and writing time series data. The TimeSeries interface allows all time series operations in your application to remain implementation-independent.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

masterpiece_influx-0.1.5.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

masterpiece_influx-0.1.5-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file masterpiece_influx-0.1.5.tar.gz.

File metadata

  • Download URL: masterpiece_influx-0.1.5.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for masterpiece_influx-0.1.5.tar.gz
Algorithm Hash digest
SHA256 17dd9c63b64632cb94699ac4e984bcc0c7310b4624e092f30116ea0d204d62ae
MD5 0ac37148a0fe14416ebfc5aed2630576
BLAKE2b-256 923762a53d7fda48814f7eac46f6f1e8c7e138e6e2844ef20c3ee0be48f776c0

See more details on using hashes here.

File details

Details for the file masterpiece_influx-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for masterpiece_influx-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1b30f0a881bd68eff95febc95bd7b7da8df5a628cda2c88f4a2e07cb4abdb5c3
MD5 36c5c844d08615703b4d2230368a9e06
BLAKE2b-256 080ee1d2792b2da0fb0158f36a4f84a6d68e865881ccc63eda741b2d04df2c6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page