forked from zonca/jupyterhub-deploy-kubernetes-jetstream
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |