[ 
https://issues.apache.org/jira/browse/ANY23-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559381#comment-13559381
 ] 

Peter Ansell commented on ANY23-105:
------------------------------------

TripleHandler's could be pluggable with a little effort to add 
TripleHandlerFactory implementations for each of the existing TripleHandler 
implementations. Given that the WebService can have its TripleHandler setup 
manually though, it would not require them to be pluggable using SPI to use 
them in web service.

TDB may be supported in a similar way to the current RepositoryWriter that 
exports statements to an OpenRDF RepositoryConnection. It would just require a 
simple translation.

Or, on another level, it may even be possible to directly use RepositoryWriter 
with the jena-sesame code that Andy and I have been collaborating on:

    https://github.com/ansell/JenaSesame
                
> Implement functionality to export content from Any23 service to TDB 
> --------------------------------------------------------------------
>
>                 Key: ANY23-105
>                 URL: https://issues.apache.org/jira/browse/ANY23-105
>             Project: Apache Any23
>          Issue Type: New Feature
>          Components: CLI, core, service
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>             Fix For: 0.9.0
>
>
> OK so I think it would be really neat to provide an export functionality 
> which takes your local/remote Jena TDB instance and posts the triples 
> extracted by Any23 for persistence.
> I need to be honest and say that at this stage I don't know much about how to 
> implement this, but somewhere down the line I'll look forward to learning. 
> There is a reasonable argument here to extend this further than TDB but a.t.m 
> I think TDB but this is up for discussion I suppose.
> To finish, I think it should be mentioned (again) the webservice looks great. 
> I think we should work on getting the live demo service implemented at the 
> zone provided for us... this is another issue though.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to