keltia / fetiche-rs

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

`Fetiche` is a library for now, will evolve at some point into a scheduler/runner #12

Closed keltia closed 1 year ago

keltia commented 1 year ago

At some point we well have something line fetiche-rund and jobs will be submitted to it, enabling the parallel and async run of all jobs. We will have to manage the identity stuff though (because the user that will run fetiche-rund will not be necessarily be the same as the submitting user. That will be another challenge.

keltia commented 1 year ago

Transformation started with f0a3b17139124835e2827f8f5686a24b7a6f3d24. Big question is, can we preserve the current acutectl inclusion of fetiche-engine and al. or do we switch now completely over?