Tutorial for Hop development to production workflow #6157
jrslhelcom
started this conversation in
General
Replies: 1 comment 12 replies
-
|
demo-hop-remote-docker.zip |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions