-
Notifications
You must be signed in to change notification settings - Fork 13
Workflow ⇔ JSON
Ling-Xiao Yang edited this page Jan 29, 2016
·
1 revision
Rodan supports "export to JSON" and "import from JSON" for Workflows. The APIs are:
GET /workflow/{ID}/?export=true&format=json for exporting
POST /workflows/ with {'project': PROJ_ID, 'serialized': JSON_data} for importing
The JSON workflow should follow a defined schema here.
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data