uwdata / mosaic

An extensible framework for linking databases and interactive views.
https://idl.uw.edu/mosaic
Other
855 stars 56 forks source link

feat: return dataServer on creation (#553) #554

Closed mhkeller closed 1 month ago

mhkeller commented 1 month ago

As discussed in https://github.com/uwdata/mosaic/issues/553, this returns the server so that the user can subsequently do things with it such as close it.

I didn't see an existing test for booting up the server where it would make sense to add this scenario but if I missed something, let me know.

domoritz commented 1 month ago

Is this a fix or a feat?

mhkeller commented 1 month ago

I can swap it to a feat if that's better.