Skip to content
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

Remote usage #1578

Open
sergeysedoy97 opened this issue May 2, 2023 · 3 comments
Open

Remote usage #1578

sergeysedoy97 opened this issue May 2, 2023 · 3 comments

Comments

@sergeysedoy97
Copy link

Is your feature request related to a problem? Please describe.
Now there is no easy way to use Studio remotely

Describe the solution you'd like
Run Studio on host w/o Electron and connect to UI using Browser (e.g. phpMyAdmin, etc.)

Describe alternatives you've considered
SSHFS, but a lot of problems on Windows

@sergeysedoy97 sergeysedoy97 changed the title Host-mode Remote usage May 2, 2023
@kneth
Copy link
Member

kneth commented May 3, 2023

If you are using Atlas Device Sync, you can inspect your data in Altas using Compass.

Correct me if I am wrong, you have a server running an application using a local Realm, and you wish to inspect it? If so, it sounds a bit like our Realm Flipper plugins. It is a solution for React Native but it could be expanded.

Can you expand on your set up?

@sergeysedoy97
Copy link
Author

If you are using Atlas Device Sync, you can inspect your data in Altas using Compass.

Correct me if I am wrong, you have a server running an application using a local Realm, and you wish to inspect it? If so, it sounds a bit like our Realm Flipper plugins. It is a solution for React Native but it could be expanded.

Can you expand on your set up?

We use Node.js + Realm on some embedded device, we want to edit data remotely using your GUI (Studio). For now we copy database to local machine and open it using Studio. Will be nice to have Studio running on embedded device, there is no display on it, and there is no VNC, but we can forward TCP with Realm Studio UI.

@kneth
Copy link
Member

kneth commented May 22, 2023

Unfortunately Studio doesn't have a way to access files other than local files.

It is possible to remove the React Native specific parts of the Flipper device plugin to provide the functionality (and switch from Studio to Flipper). It is not on our current timeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants