NOAA-OWP / DMOD

Distributed Model on Demand infrastructure for OWP's Model as a Service
Other
7 stars 15 forks source link

Redesign backend mechanisms and messages for dataset upload and download #338

Open robertbartel opened 1 year ago

robertbartel commented 1 year ago

The DataTransmitMessage, DataTransmitResponse, etc., types, along with the related logic in handling these in services, are clunky to put it mildly. A better means to upload and download dataset data effectively needs to be built and replace the current setup.

Update: with the recent updates to using REST via the data service, these types need to be removed.

robertbartel commented 7 months ago

Issues #338, #538, and #539 are likely to have highly interrelated solutions.

aaraney commented 6 months ago

Related to #575.

Aside, with the advent of #575, @robertbartel, should we consider deprecating uploading data over a websocket connection in favor of using just plain HTTP? If that is the case, I think we could close this issue? Granted, this is a can of worms, I think it is worth opening and at least considering.

aaraney commented 6 months ago

Pinging @christophertubbs just so you are aware of this. We will likely want to talk about this in a larger group setting.