|
I want to develop a triple store for Jena. How can I integrate it to Jena? Now I have these references: 1. Jena, TDB,SDB source code 2. The SPI portion of Jena api document 3. Jena document, specifically I think it is about assemblor 4. hbase-rdf project source code 5. JenaSesameModel source code As my understanding, I think I should: 1.implement some of the interface in SPI package:
Is that right? Are there any other information? Thank you. |
|
I found Jena SPI in action and advised to implement OpExecutor, but I am not sure about it because it was in 2011 and I think the interface may have been changed a lot. 1
Not really, the interface is pretty stable over time, for the most part and the basic approach should be the same. Be sure to check out the examples in the ARQ distribution, they helped me a lot. |

