Architecture

Explaining Jetwhisk's architecture

Jetwhisk has one main component that everything revolves around: The Service Orchestrator. It creates, destroys, and plumbs services, and does error handling at the inter-service level. Everything else is simply a more ergonomic interface to the Orchestrator's APIs, so one could theoretically only use the Orchestrator if they wanted a completely imperative solution.

Last updated