Eggs — Resource Composition
A named, versioned bundle of one or more DataResources and processors — the unit of composition in Nest.
- Group related resources (for example, a database, a Kafka stream, and a search index) into one logical unit, versioned and released together.
- Deploy an entire bundle as one manifest, share the same egg definition across multiple tenants, and discover its resources by label (`egg=<name>`).
- Eggs are available in managed mode only.