Skip to content

Use py epicsarchiver

Sky Brewer requested to merge skybrewer/pychiver:use-py-epicsarchiver into master

This update the pychiver to use the py-epicsarchiver.

Solves two problems,

  1. py-epicsarchiver uses the protobuf api, which is more efficient on the archiver side. Reducing crashes.
  2. Consolidates python usage of the archiver across ESS. So improvements can be added everywhere, rather than only one python client getting an improvement over another.

Merge request reports