raytheonbbn / parliament

Standards-compliant triple store for RDF, OWL, and SPARQL
BSD 3-Clause "New" or "Revised" License
59 stars 4 forks source link

Replace Joseki with new REST API implementation #9

Open IanEmmons opened 5 years ago

IanEmmons commented 5 years ago

Parliament's current REST API implementation is based on a heavily customized version of Jena's Joseki project. This code has been obsoleted by Fuseki, but migrating Parliament to Fuseki turns out to be more costly than it is worth. Re-customizing it would take a great deal of time, and then land us in the same difficult situation when we need to migrate to a newer version. Instead, the better approach is to write our own REST API implementation, because this is not particularly difficult.

Additional tasks that would go nicely with this effort: