Wednesday, October 7, 2009

openCHORD + Jena

I've started to experiment with openCHORD. This is a Java open source implementation of CHORD DHT.

First, I have converted it to Netbeans project and wrote a small main method to see it work. It allows me to create several local nodes ( different ports).

My next step is to integrate Jena model. I want to create a Jena model wrapper to act as a container for RDF statement. It will allow me to have greater flexibility in my future work. However, I will start my integrating a Statement object into openCHORD implementation and see where it will take me.

No comments:

Post a Comment