Add systemd comment

This commit is contained in:
Stuart Axelbrooke 2025-08-18 22:04:53 -07:00
parent 8fd1c9b046
commit 5c9c2a05cc

View file

@ -67,7 +67,8 @@ You can also use cron-based triggers, which return partition refs that they want
# Key Insights # Key Insights
- Orchestration logic changes all the time - better to not write it at all. - Orchestration logic changes all the time - better to not write it at all.
- Orchestration decisions and application logic is innately coupled - Orchestration decisions and application logic is innately coupled.
- "systemd for data platforms"
## Assumptions ## Assumptions