tree: 5c4853f3aaa1902315501d95e3de34ace34bbed8
  1. src/
  2. test/
  3. README.md
  4. tsconfig.app.json
apps/rest/README.md

Restful Api

Source

Source represent a set of plugin's configuration. For example, if we has a Jira plugin who is responsible for collecting jira data, a source may correspond with a jira host.

SourceTask

SourceTask represent a plugin execution, we can deliver more parameters to plugin when we create a source task. For example, we will send data scope(eg: jira issue) we want to collect to plugin when creating the source task.

Notice: options for Source and SourceTask is defined by plugin itself, lake only take responsible to deliver the parameters.