Skip to content

Usage scenarios

Tagir Kuskarov edited this page Jun 7, 2021 · 1 revision

Usage scenarios

There are 3 expected ways of how this simulator can be used.

  1. In builtin mode:

    • write workflow in C++ files
    • use scheduler written in C++ custom layer
  2. With RPC client only:

    • use scheduler from custom layer
    • execute commands using RPC protocol (api.proto), e.g. using CLI
  3. Full-RPC:

    • in addition to previous one, use RPCScheduler --- implement server of protocol scheduler.proto and manage the cloud from your preferable runtime
Clone this wiki locally