Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.19 KB

sparql2sql-server

A Jetty-based server to provide a SPARQL endpoint with an RDBMS backend and using the sparql2sql translation engine. sparql2sql is a modern SPARQL-to-SQL engine using S2SML. Most information about sparql2sql can be found on the wiki. This includes a reference for the S2SML language for sparql2sql mappings, benchmarks, implementation of the swappable BGP resolution interface, etc.

Running the server

  1. git clone https://github.com/eugenesiow/sparql2sql-server.git
  2. You need to have maven installed.
  3. cd sparql2sql-serverL
  4. mvn dependency:copy-dependencies package
  5. cd target
  6. java -jar sparql2sql-server-0.0.1-SNAPSHOT.jar

Other Projects