helium / oracles

Oracles for Helium subDAOs
Apache License 2.0
17 stars 18 forks source link

Add FileInfoPollerParser trait with implementation for Protos #799

Closed bbalser closed 2 months ago

bbalser commented 2 months ago

To support reading AVRO files for the CDR project, added a FileInfoPollerParser trait responsible for parsing the file from s3 into a Vec<T>. A implementation that supports Protobufs will be defaulted if continuous_source is used to construct the FileInfoPoller