-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the server #17
Comments
gdey
added a commit
that referenced
this issue
Jun 7, 2019
* Go the basic outline of the queue done. * AWSBatch queue provider done. * URL for submitting jobs
gdey
added a commit
that referenced
this issue
Jun 7, 2019
* Go the basic outline of the queue done. * AWSBatch queue provider done. * URL for submitting jobs
gdey
added a commit
that referenced
this issue
Jun 7, 2019
* Go the basic outline of the queue done. * AWSBatch queue provider done. * URL for submitting jobs * Doc changes to README * fixed Broken SQL * Changed C -> C in the awsbatch.Provider
gdey
added a commit
that referenced
this issue
Jun 8, 2019
if the key was not in the s3 bucket we would still generate a presigned url. Now we will first do a quick check and then only if the key exists do we generate a presigned url.
ARolek
pushed a commit
that referenced
this issue
Jun 8, 2019
@gdey while testing I noticed that edit: found the issue: https://github.com/go-spatial/maptoolkit/blob/master/atlante/server/server.go#L195 |
This was referenced Jun 11, 2019
Merged
Removed omit-empty, it will remain now. |
Moved 1. to #47 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a server component to the atlante command.
Implement the following URLs:
${sheet_name} = 50k | 5k
1.
GET /sheets/${sheet_name}/mgdid/${mgdid-part}.pdf
this will return the pdf. (Proxy) Should set all appropriate headers2.
GET /sheets/${sheet_name}/info/${lng}/${lat}
3.
GET /sheets/${sheet_name}/info/mdgid/${mdgid-sheet_number}
these will return the following JSON:
POST /sheets/${sheet_name}/mdgid
will cause the pdf generation the job to start.expected:
returned:
GET /sheets/${sheet_name}/info/job_id/${job_id}
__GET /jobs/${job_id}/status
POST /sheets/${sheet_name}/notification
used to notify the server that the pdf has been generated.__POST /jobs/${job_id}/status
GET /sheets/
used to get the currently configured sheets.The text was updated successfully, but these errors were encountered: