You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is a workflow?
A graph consists of jobs?(do we have any restrictions on the structure of the graph? linear?)
What is a job?
a Job is a container with volumes bound. Only one volume is allowed for output.(Should it be 1-to-1 map? probably yes)
But should we allow multiple volumes for input?(probably yes)
Are volumes allowed to bind to arbitrary paths inside the container? (probably yes)
Are input volumes read-only? (yes!)
Should we allow reading and writing to a single volume at the same time? (probably not)
I agree that it makes sense to do this, but we also must implement something fast. So supporting a chain should not be a priority for immediate development (until February'17).
Data retrieval and storage can be then implemented as one service in the chain.
This also provides great flexibility for other usecases.
The chains can use named docker volumes as the media for data exchange.
The text was updated successfully, but these errors were encountered: