keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Idea: do we want to separate `Fetchable` and `Streamable` sources? #9

Closed keltia closed 1 year ago

keltia commented 1 year ago

Right now, a given source can implement one or both traits. Wondering whether it would be interesting to further separate the two.

keltia commented 1 year ago

Not relevant anymore as the design is evolving to make fetiche-sources a private part of fetiche-engine, accessible only through the Runnable impl for tasks.