Skip to main content

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


Download files

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

Source Distribution

datalogd-0.3.6.tar.gz (38.0 kB view details)

Uploaded Source

Built Distribution

datalogd-0.3.6-py3-none-any.whl (47.7 kB view details)

Uploaded Python 3

File details

Details for the file datalogd-0.3.6.tar.gz.

File metadata

  • Download URL: datalogd-0.3.6.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for datalogd-0.3.6.tar.gz
Algorithm Hash digest
SHA256 b110479eaa1e07e5309b587f8509746ec50cbb7b97f2b939c91d2b346a029f75
MD5 68e7fe8aeb83d0e3b37dd44724da8aba
BLAKE2b-256 80a2ec58f64c51763eec3689100852a22d424b10aaac6b42849a4de723bd7cb3

See more details on using hashes here.

File details

Details for the file datalogd-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: datalogd-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 47.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for datalogd-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e72456646c243a6543599310fed755be4efb9e70b7d3f1f5ee5039521b767399
MD5 40d9d0ace3fbadca417ed296be9ed128
BLAKE2b-256 877d8e423f73b7317257214478896b7f4b75d1e0f9d2b1c5ebbbff3b57231233

See more details on using hashes here.

Supported by

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