Java query app with private stardog server

Hi, I have a question about how to make a query since a java app but using a remote server. I was following the tutorial but all is local, and in there you can create you data base I only want to make an automatic query in a data base that does exist.

Try taking a look at this example. You need to call .server(myUrl) on ConnectionConfiguration.

2 Likes

Thank you so much this does it work very good.

And if you want to make it in Visual studio? it is the same or I need something?

I'm not quite sure what you're asking. There has been some work on a Stardog plugin for Visual Studio Code. You could make it in any IDE that supported Java. Does Visual Studio support Java? I'm not very familiar with it but thought it was a MS only thing but then again MS seems to have changed their ways lately.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.