A pipeline results reporter
Project description
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. 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.
See Pipestat documentation for complete details.
Developer tests
First you need a local demo instance of posgres running to test the database back-end. you can get one using docker matching the included config file like this:
docker run --rm -it -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=pipestat-password -e POSTGRES_DB=pipestat-test -p 5432:5432 postgres
Then, run tests:
pytest
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
Hashes for pipestat-0.6.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5807b44aff4969bafd0903e6c244247e4dc630f5f02edfe542265392208d754 |
|
MD5 | 62ef191b47742cb15d6e5a1a37006a67 |
|
BLAKE2b-256 | 5a4c1fe149b54b9a12654e7ebafde33f549a0e7e1b333b2f27a5ff9f490f3ae4 |