Skip to content

Commit

Permalink
readme on dummy gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Oct 30, 2018
1 parent cc28bae commit da1d66e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dummy_gateway/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Dummy gateway
============

Dummy gateway application that receives a GET request at:

`/submit_job/<job_id>`

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

0 comments on commit da1d66e

Please sign in to comment.