refactor: implemented state machine for ingestion pipeline, improved performance

changelog

additional moving around

moved files around a bit
This commit is contained in:
Per Stark
2025-10-19 16:08:46 +02:00
parent 83d39afad4
commit 07b3e1a0e8
20 changed files with 1762 additions and 802 deletions
-2
View File
@@ -1,6 +1,4 @@
pub mod enricher;
pub mod pipeline;
pub mod types;
pub mod utils;
use chrono::Utc;