Ability to run pipelines from within the desktop client
- For now, assume an independent installation of VIAME. Don't worry about bundling for now.
- For now, don't worry about job audit-ability or persistence. Jobs will reset when the application closes
- This will involve a basic VIAME Node.js csv parser.
Some implementation details:
- CSV to JSON transcoding will happen either
- at job completion time...
- or at project import time.
- Only web safe container formates will currently be supported
- Jobs page will be bare bones, likely will change in the future.
Ability to run pipelines from within the desktop client
Some implementation details: