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

Is it possible to open web-console when running tigris locally? #226

Open
finalclass opened this issue Apr 21, 2023 · 3 comments
Open

Is it possible to open web-console when running tigris locally? #226

finalclass opened this issue Apr 21, 2023 · 3 comments

Comments

@finalclass
Copy link

How to open Data Explorer (a web-console) to explore my database when running locally?

@efirs
Copy link
Collaborator

efirs commented Apr 21, 2023

We do not currently have webconsole support in local setup.
But you can explore you data using CLI.
For example to read all records from the collection:

tigris login local # to point CLI to local instance
tigris read {coll name} 

@finalclass
Copy link
Author

finalclass commented Apr 21, 2023

Thx for the quick answer.
CLI capabilities are very nice but sometimes it's useful to see the data in some GUI.
Do you plan adding the webconsole to the local setup some day?

@ovaistariq
Copy link
Collaborator

Yes, we do plan on adding web console for local setup as well. In the meantime you can use Tigris cloud for local development as well.

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

No branches or pull requests

3 participants