StationServer doesn't record history
Open
- Dominant language
- Python
- Stars
- 722
- Forks
- 237
- Avg merge
- 11h 31m
- Merged PRs (30d)
- 4
Description
Am I correct in reading that the StationServer's history_path argument is just to point to where "something else" is actually writing files for history objects?
It appears that the StationServer is only using PubSub to publish results and the [HistoryListHandler](https://github.com/google/openhtf/blob/master/openhtf/output/servers/station_server.py#L409) seems to actually be configured to expect some out of tree system that is writing serialized protobufs?
The reference "chtf.py" is ... "elsehere" ? Does one have to build all this yourself to be able to use the features of StationServer or am I missing the pieces to connect?
Contributor guide
Assessment
This issue has not been assessed yet.