Skip to content

Project Direction

Monque development is usage-driven. The directions below are intentionally unversioned and do not commit to a delivery timeline.

Management Ecosystem

Keep management APIs framework-neutral while adapters handle host-framework mounting.

  • Maintain OpenAPI as the stable third-party contract
  • Keep host-owned authentication and action-grained authorization
  • Add framework adapters only when there is clear demand

Dashboard

A UI for inspecting queues and operating existing Jobs through the Management Surface.

  • Use the same REST-shaped Management routes as HTTP clients
  • Start with polling and existing Job actions
  • Defer realtime updates, Job creation, and visibility filtering until core APIs support them

Orchestration And Pipelines

Higher-level primitives for coordinating multi-step work when the core model is ready.

  • Code-first orchestration for related Jobs
  • Declarative pipeline definitions where configuration is a better fit
  • Lifecycle visibility through core events and Management surfaces

Operational Scale

Large-deployment controls that need careful core, API, and operator-design work.

  • Namespace-aware or multi-tenant operations
  • Rate limits, priority controls, and operational policy hooks
  • Standalone server or Docker packaging if embedded adapters are not enough