build applications defined by a DAG Edit
1.1K
build from a DAG
this file defines a DAG like thing that connects container jobs together via filesystem entry points. our main use case is:
what is important here?
neat things:
what is the minimum spec we need?
it needs to have a concept of a stream? is this like node.js streams? or something else?
it needs to be recursive out of the box: streams are a first class data type as a volume
it needs to reference volumes outside its own runtime/process (via the docker API)
it needs to be backed by a database of some kind (rethinkdb)
it needs to work with github sources and volumes out of the box
it needs to store and forward intermediate volumes in docker containers
it needs to support collection types (the notion of an immutable stream sink)
it needs to support android and ios device sinks (how do we model device instances?)
it needs to support mounting volumes into URL spaces (map a volume to an HTTP) address
what does the first test case look like?
grabs volume from a github repo, mounts it inside a builder github repo, mounts it into the URL space
is this just continuous integration and deployment?
is the app itself self aware of the URL space and mapping?
Content type
Image
Digest
Size
258.4 MB
Last updated
over 8 years ago
docker pull jkingyens/builder