Does Stardog support Multi DB?

Hello.
I wonder about multi database.

If I want to connect multi db and make virtual graph.
for example :

  1. jdbc://hive/1.1.1.1/video 1 table in video database
  2. jdbc://hive/1.1.1.2/actor 1 table in actor database (different ip)
  3. jdbc://hive/1.1.1.1/member 1 table in member database

Is this possible?

Hi,

This is absolutely possible. Simply register each connection as its own virtual graph (as per the docs), and then you will be able to query over them seamlessly.

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