NOAA-GSL / unified-graphics

An experimental visualization system for 3D-RTMA & RRFS model output
https://unified-graphics.noaa.gov/
Other
3 stars 1 forks source link

Rename docker images #330

Open esheehan-gsl opened 1 year ago

esheehan-gsl commented 1 year ago

The names of our docker images no longer accurately reflect the current application architecture.

api
The Flask application that serves the entire application, not just the JSON data
ui
An nginx webserver that serves static assets and reverse proxies requests to the Flask app
data
The Lambda function for ETL of diagnostic data

We should probably rename api to app and ui to something like webserver or static.

esheehan-gsl commented 11 months ago

@ian-noaa I was trying to get this one done myself (#433) but I’m having a devil of a time getting kubernetes to run locally so that I can test that my changes actually worked. So I think maybe I’d better hand this one over to you for whenever you have time to get to it.

It’s just some minor maintenance, so there’s no rush. And if you want to just delete the branch I created and start over you’re of course welcome to do so.