A workflow engine to create runnable documentation (documentation that users can interact with on the cloud).
prebind
is a workflow engine and controller that can be powered by Azure or Google Cloud Platform.
- As soon as the user code gets merged in
github
, a webhook to work flow engine is triggered. - Workflow kicks in the process of checking the difference in
markdown
files. - Based on delta, WFlow triggers the process that parses the
markdown
and creates ajupyter notebook
automatically. - Once the
notebook
is created, the Prebind Controller checks with the user /wflow.yml
to spin a binder instance inGCP
orAzure
.