-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data interfacing] save profile data at the server-side (backend) #1342
Comments
Does it need a corresponding frontend development? |
|
I guess we need to add a new |
I imagine we need a message sent from the frontend to the backend on what data to be saved at the server side. Then the backend can generate the relevant data accordingly (or fetch from cache (preferred for performance reasons)) and save them directly. Then users can access those saved data by ssh-logging to the server where the CARTA backend runs. |
We may need to modify the
Although the backend has caches for profile |
as of v4-stable, CARTA can only save profile data (spatial / spectral / histogram) as a text file at the client-side. This introduces a usability issue about having data in multiple places (ie client side and server side). Therefore it becomes less convenient to work with data and interface with other tools.
The text was updated successfully, but these errors were encountered: