From da1d66e08022a2ef9cbad18d177ab1ddd482688d Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Tue, 30 Oct 2018 14:59:37 -0700 Subject: [PATCH] readme on dummy gateway --- dummy_gateway/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dummy_gateway/README.md diff --git a/dummy_gateway/README.md b/dummy_gateway/README.md new file mode 100644 index 0000000..6dc5055 --- /dev/null +++ b/dummy_gateway/README.md @@ -0,0 +1,15 @@ +Dummy gateway +============ + +Dummy gateway application that receives a GET request at: + +`/submit_job/` + +and creates an output on object store of Jetstream. + +The docker container needs to be built locally in order to copy the credentials +necessary to write to object store. + +The purpose of this is to demonstrate how from a Notebook running +on Jetstream you can interactively submit a job to a gateway with `requests` and +then get the results from object store