sessionnode.jsvirtuoso

Library to connect node.js to virtuoso graph?


My first project using two different new technologies would be to implement some session management on node.js, storing the session & user data into a Virtuoso Datastore.

It's exciting, because I'm an old school C# / Java developer used to MySQL / SQL.

Do you Guys know of the right libraries an examples to study, and be able to complete this first auto-challenge?


Solution

  • I am not aware of node.js library for Virtuoso as you have for MySQL, Postgres and the like. Connections to Virtuoso for querying the Quad Store can be made via HTTP using the Web Server (VSP) or SPARQL endpoint or using any of the Data Access interface we have drivers/providers for which include, ODBC, JDBC, ADO.Net, OLEDB or RDF Data providers Jena, Sesame, Redland and others. Thus does node.js have generic libraries for connection to servers via any of these means ?