-
Notifications
You must be signed in to change notification settings - Fork 422
Description
Originally posted by @josersleal in #6151
I work for a non profit and am trying to create a demo that will help scientists use HOP.
The concept is to develop using the GUI locally, run and test on a remote Hop server, deployed with docker (long running/always available).
Github used extensively
the demo should read and write to a postgresql db, also deployed to docker
docker compose is orchestrating
The create workflow and pipelines should run using GUI and API calls for integration to other software being built
Once tests pass, the project is promoted to QA and later to Production.
Some problems, being the most evident the fact that running a pipeline directly from the GUI yields a good output to the remote database using Hop server remote
running a workflow that runs the same pipeline fails. This uses the same environment as the pipeline.