Skip to main content

A pipeline results reporter

Project description

Run pytests codecov

pipestat

What is this?

Pipestat standardizes reporting of pipeline results. It provides 1) a standard specification for how pipeline outputs should be stored; and 2) an implementation to easily write results to that format from within Python or from the command line.

How does it work?

A pipeline author defines all the outputs produced by a pipeline by writing a JSON-schema. The pipeline then uses pipestat to report pipeline outputs as the pipeline runs, either via the Python API or command line interface. The user configures results to be stored either in a YAML-formatted file or a PostgreSQL database. The results are recorded according to the pipestat specification, in a standard, pipeline-agnostic way. This way, downstream software can use this specification to create universal tools for analyzing, monitoring, and visualizing pipeline results that will work with any pipeline or workflow.

Quick start

Install pipestat

pip install pipestat

Set environment variables (optional)

export PIPESTAT_RESULTS_SCHEMA=output_schema.yaml
export PIPESTAT_RECORD_ID=my_record
export PIPESTAT_RESULTS_FILE=results_file.yaml
export PIPESTAT_NAMESPACE=my_namespace

Report a result

From command line:

pipestat report -i result_name -v 1.1

From Python:

import pipestat

psm = pipestat.PipestatManager()
psm.report(values={"result_name": 1.1})

Retrieve a result

From command line:

pipestat retrieve -i result_name

From Python:

import pipestat

psm = pipestat.PipestatManager()
psm.retrieve(result_identifier="result_name")

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

pipestat-0.0.2.tar.gz (20.7 kB view details)

Uploaded Source

Built Distribution

pipestat-0.0.2-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file pipestat-0.0.2.tar.gz.

File metadata

  • Download URL: pipestat-0.0.2.tar.gz
  • Upload date:
  • Size: 20.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for pipestat-0.0.2.tar.gz
Algorithm Hash digest
SHA256 469ff52df387b1190ad3c8f8d84ff90b490daa393214cb18137ee4f7de642f66
MD5 5c8124221ff4b25b1724503b79eabe37
BLAKE2b-256 50e2f8949ffa7827805c0e2e434b89fea9bb6c4214b9df861eb10d4f5bbd9ced

See more details on using hashes here.

File details

Details for the file pipestat-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pipestat-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for pipestat-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a7716ec43e78f85d23289e25914a2f036f84293284b338c2f6a505dc84f2603
MD5 32b087fdf499bb7c06bbaeba85fb7970
BLAKE2b-256 0031325d5e5a3a67b5b2a98b12c78ed48670982f24a3f8ed350b285ce15a7a7d

See more details on using hashes here.

Supported by

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