-
Notifications
You must be signed in to change notification settings - Fork 0
Usage scenarios
Tagir Kuskarov edited this page Jun 7, 2021
·
1 revision
There are 3 expected ways of how this simulator can be used.
-
In builtin mode:
- write workflow in C++ files
- use scheduler written in C++
custom
layer
-
With RPC client only:
- use scheduler from
custom
layer - execute commands using RPC protocol (
api.proto
), e.g. using CLI
- use scheduler from
-
Full-RPC:
- in addition to previous one, use RPCScheduler --- implement server of protocol
scheduler.proto
and manage the cloud from your preferable runtime
- in addition to previous one, use RPCScheduler --- implement server of protocol