A data logging daemon, easily customisable using a flexible plugin system.
Project description
datalogd is a data logging daemon service which uses a source/filter/sink plugin architecture to allow extensive customisation and maximum flexibility. There are no strict specifications or requirements for data types, but typical examples would be readings from environmental sensors such as temperature, humidity, voltage or the like.
See the full user guide and API documentation under the docs directory, or on Read the Docs. Source code is available on GitLab.
Custom data sources, filters, or sinks can be created simply by extending an existing DataFilter, or DataSink python class and placing it in a plugin directory.
Data sources, filters, and sinks can be arbitrarily connected together with a connection digraph described using the DOT graph description language.
- Provided data source plugins include:
libsensors - (Linux) computer motherboard sensors for temperature, fan speed, voltage etc.
serial - generic data received through a serial port device. Arduino code for acquiring and sending data through its USB serial connection is also included.
randomwalk - testing or demonstration data source using a random walk algorithm.
- Provided data sink plugins include:
print - print to standard out or standard error streams.
file - write to a file.
logging - simple output to console using python logging system.
csv - format data as a table of comma separated values.
influxdb - InfluxDB database system specialising in time-series data.
matplotlib - create a plot of data using matplotlib.
- Provided data filter plugins include:
keyval - selecting or discarding data entries based on key-value pairs.
timestamp - adding timestamps to data.
aggregator - aggregating multiple data readings into a fixed-size buffer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file datalogd-0.1.5.tar.gz
.
File metadata
- Download URL: datalogd-0.1.5.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52e31b97761125f0f4a73f452f9908221a5d4b165b60d36e11cc1babf03847dd |
|
MD5 | 6d6d480e11a619f31c04421a57eefb08 |
|
BLAKE2b-256 | 1ccdf4f9a5803d6fcda9301405dc53887b60b22c8a59f677c3d1f7c4ce5dd925 |
File details
Details for the file datalogd-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: datalogd-0.1.5-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8337bd44aa1eb99bec31f7b0215cfd61b7af9d644ea2ba5e6f471fa1e3215379 |
|
MD5 | 56329b4e2ee584941d87c7b1c91f5077 |
|
BLAKE2b-256 | 473c1ab867e8c9594d036ffc96caf71111679b1523c651f322ca5c82ae14d282 |