Hello,
I work with large simulation data, on the order of 100s GB- 1TB, through a remote server. The clusters on which I run and store data do not play well with GLMakie/3D plotting as the login nodes do not have a gpu.
I am wondering if there is a possibility to access/stream this data on the remote server from a local machine (through ssh) with a gpu, so that creating 3D plots is a possibility.
Is this possible with julia?
Thanks!