sdss / marvin

Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Should we implement remote access to files? #23

Open albireox opened 8 years ago

albireox commented 8 years ago

Issue by albireox Tuesday Aug 09, 2016 at 19:11 GMT Originally opened as https://github.com/marvin-manga/marvin/issues/23


As commented on a telecon with David and Kyle today, there are files that we may want to be able to access local and remotely via Marvin but that don't want to load in the DB (e.g., the DAP logcubes), as they would increase its size significantly and we don't plan on querying them.

To access those files remotely we would need to change how the local mode works so that, if there is a DB but it does not contain the data the user is requesting, it tries to use the files before failing.

albireox commented 8 years ago

Comment by havok2063 Friday Sep 09, 2016 at 13:51 GMT


I say we punt this question to post Beta release. And we can see if this feature is high in demand

albireox commented 8 years ago

Comment by albireox Friday Sep 09, 2016 at 14:10 GMT


That sounds reasonable to me.