## https://github.com/vectordotdev/vector
observability tools
seems to be used in prod by many startups including discord
## cli / config
https://github.com/vectordotdev/vector/blob/master/src/config/cmd.rs
clap lib
they use yaml
why not toml? too much nesting?
## ui
they use tauri:
https://github.com/AppFlowy-IO/AppFlowy
and flutter
kinda big mess
interesting ci/cd
49 min flutter ci
not awful - they did lot of optim
usually mobile ci takes a while
## Related
- [[Vicarious learning]]
- [[Vicarious learning - UX]]
- [[Vicarious learning - LLM infra]]
- [[Vicarious learning from pitches]]
#tech #computer-science #rust #dev #oss #vicarious-learning