fusepoolP3 / overall-architecture

This project contains the document describing the overall architecture of the fusepool p3 software as well as specification document affecting more than one component.It is also a place to raise issues that cannot (yet) b assigned to a specific component.
Apache License 2.0
8 stars 7 forks source link

WebDAV? #3

Closed retog closed 10 years ago

retog commented 10 years ago

Carl, you've mentioned the use of WebDAV. Could you describe in more detail how such an API could look like and how MKCOL, PROPFIND, PROPPATCH and friends could be helpful for the extractor API?

cblakeley commented 10 years ago

Reto,

Use of Virtuoso WebDAV as the proposed mechanism for data import was effectively dropped after the 1st Sprint Review Meeting, as I've indicated in subsequent meetings and emails. The alternative mechanism for data transformation/extraction proposed for Sprint 2 as part of DSS10, which we've been working on subsequently, is for a new stateless Sponger endpoint which supports POSTing of the content to be transformed and which returns the generated RDF directly in the POST response, without saving the data to triple store. This approach was favoured by WP1 to allow chaining of transformers, and fits with SRFG's proposals.

The initial proposal at the Kick Off meeting was to use Virtuoso's WebDAV folders as a mechanism for triggering the Sponger and transformation of any files deposited in these folders to RDF. (Integration with the Sponger would have been through a particular type of Virtuoso WebDAV folder, a "Linked Data Import" folder.)

However at the 1st Sprint Review Meeting when this was demonstrated, issues were raised by WP1 that this approach was problematic

Since that time, I've been of view that WebDAV does not feature in the envisaged extractor pipeline.

retog commented 10 years ago

Ok, thanks for clarification.