tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

ISSUE-66 Implement POST logic for /ingest path #161

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

WIP towards POST /ingest. Given the new logic implemented via NGINX, I need to figure out the logic for acquiring rhe filename from the POST request. Once I get the filename I can check whether data should be processed as text or decompressed. connection documentation is very limited so I will work towards this one.