Hi,
I installed stardog on my mac. I was able to run stardog-admin server start. I can see the expected response:
Stardog server 8.1.1 started on Tue Nov 29 09:50:13 GMT 2022.
Stardog server is listening on all network interfaces.
HTTP server available at http://localhost:5820.
Additionally, I would like to use explorer to view my knowledge graph. But I cannot for the life of me find any instructions about how to access explorer. Everything just keeps redirecting to the website (https://cloud.stardog.com/). It's making my head spin.
So my questions are:
Why does localhost redirect to the website?
How do I access explorer (locally) to view my knowledge graph?
Once you create an account with Stardog Cloud, you can add your local host connection by clicking New Connection and entering the details to your server.
I got it. It's the credentials for my local database. However, that still leaves the question of what happens to my data?
It would be better if I could work completely locally. There will be some projects which I will not be able to use the cloud, where the data is sensitive.
When working with our cloud hosted front end via https://cloud.stardog.com, all of the communications between the Stardog Applications, Studio/Explorer/Designer, take place from those apps in your browser to your server. No data or queries are routed to Stardog Cloud.
You are effectively downloading the most recent versions of our apps from cloud.stardog.com, and then running them in your browser. You can open up the network viewer in your browser to see the calls that are being made.