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.2.0.tar.gz (22.2 kB view details)

Uploaded Source

Built Distribution

datalogd-0.2.0-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datalogd-0.2.0.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for datalogd-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3ec4401c8ca014bf05d8f8ca1c3c105c2e9d5766d4ce7e64629639676fdc9aa4
MD5 be4887b8079631af56f63156ed87b044
BLAKE2b-256 dc1a01d56cb8557fa7906ffbf6428200fcf30ee77198d94c692922f05e8a34b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: datalogd-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for datalogd-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 44e60d6ac9c1b4f361d5162d754fc260ed6e62607f0245d73276edd61b3009be
MD5 d41b8fca4b8bae9c210f0f64cced9643
BLAKE2b-256 1ee7c7ac8b2b43a07f0a44907dede6d1a8a24c8dd68cefe998e8e75e204f00be

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