keltia / fetiche-rs

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

Database import is still MIA #4

Closed keltia closed 1 year ago

keltia commented 1 year ago

Data model is not finalized so it is difficult to see how data should be stored and where (SQL, InfluxDB, etc.). Journeys? Just Datapoints? Does we want support for the legacy pseudo-Cat21 schema?

keltia commented 1 year ago

Now that the framework allows for on-the-fly conversion, see if the DB import could be a task like Convert and Fetch. Authentication will be handled like fetch/stream, i.e. with credentials in config.hcl where the methods and stuff will be in a dbfile.hcl. Equivalent to sources.hcl.

keltia commented 1 year ago

Replaced with #14.