Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 957 Bytes

ROADMAP.md

File metadata and controls

23 lines (19 loc) · 957 Bytes

Roadmap for v0.1

  • Locally running workflow from provided specs.
  • Command line tool for xene to interact with apiserver.
  • mTLS based authentication between agent and apiserver.
  • JWT based authentication for API server.
  • Google OAuth based authentication integration.
  • Beta UI based on React and Typescript
  • Workflow creation and running on top of Docker based container runtime executor on the agent.
  • Secrets management
  • Workflow run live log streaming and status feed.

v0.2

  • Secret embedding in workflow specification.
  • Executor pool for running pipeline executors.
  • Introduce logging plugins to agents, like save log to S3 lake.
  • Pipeline level interaction using xenectl
  • Connectors between tasks to exchange metadata.
  • Custom integrable steps like - Artifact Pull
  • Versioned Workflows
  • Workflow orchestration using code.