How to link Virtuoso to Elasticsearch?

Hi @Shreyas_Devadiga,

What goes for MySQL (a JDBC-compliant RDBMS) also goes for Virtuoso (which is also a JDBC- and ODBC-compliant RDBMS).

Simply establish your JDBC connection to Virtuoso and you should be set, using your MySQL config file as the template.

Note, Virtuoso supports both SQL and SPARQL queries via JDBC or ODBC connections.

Related

1 Like