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
markdownfiles. - Based on delta, WFlow triggers the process that parses the
markdownand creates ajupyter notebookautomatically. - Once the
notebookis created, the Prebind Controller checks with the user /wflow.ymlto spin a binder instance inGCPorAzure.

