Skip to content
GitHubLinkedIn

Middleware

The middleware is the container type where processing logic lives: APIs, workflows, background jobs, and integration adapters.

  • Implement system capabilities behind stable interfaces (often HTTP APIs).
  • Orchestrate calls to data stores and storage.
  • Integrate with external systems via connector patterns (APIs, proxies, jobs).
  • Explain the standard shape we use for Thinkwise environments (runtime + routing + DB connectivity).
  • Point to the canonical places for per-environment facts and operational procedures.