Show HN: An ETL engine with hard memory guarantees
2 points| logannyeMD | 3 months ago |github.com
It enforces a strict memory cap via RAII tracking and scheduling, so you can process arbitrarily large datasets with a fixed, small memory footprint. Operators automatically spill to disk when needed. Might be helpful for serverless and edge environments where you need predictable resource usage.
No comments yet.