This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Description
Move Example to Pydantic object
Detailed Description
The Example data (maybe renamed to 'BatchData') is getting a bit bigger, and lacks a bit of structure. It might be good to move it to something with a bit more structure. If we need move to pydantic, then then we can use the
- internal validators to validate the data nicely.
- descriptions of data fields
- more tree like structure, which can grow with more data feeds
We would have to check that is saves and compresses well
Possible Implementation
BatchData
- General
- PV
- {Next_Data_Source}