fasttrackml icon indicating copy to clipboard operation
fasttrackml copied to clipboard

Cleanup /server/server.go

Open dsuhinin opened this issue 1 year ago • 0 comments

Right now /server/server.go looks a bit scary. We initialise all the dependencies and services here. Instead, each application mlflow, aim, admi or chooser has to initialise all the dependencies internally and provide just a common interface to do that in /server/server.go. So in that case all the initialisation will happen internally within each service independently.

dsuhinin avatar Apr 08 '24 06:04 dsuhinin