- monitoring
- is this the job of our container runner (i.e. cloud foundry)
- how to kick off?
- orchestration if there are several apps/containers that need to run? Is this part of cloud foundry or another piece that may be required?
- what's the guidance of how to provide data to be used?
- should it be the job of the python code to acquire (from files via scp, query a db)? Something else?
- should be linux based ?