spaziocodice / jena-nosql

A set of NoSQL storage bindings for jena
Apache License 2.0
9 stars 3 forks source link

Fork and adapt code from CumulusRDF project #3

Closed agazzarini closed 10 years ago

agazzarini commented 10 years ago

Fortunately, a lot of things done in CumulusRDF [1] project can be reused (dictionaries, configuration, indexes and so on). I asked them for permissions and they are happy with that.

A couple of points:

  1. Here I'll keep things as simple as possible so I don't need a lot of features that are implemented there (e.g. multi-repository)
  2. Code cannot be reused as is, mainly because CumulusRDF is using Sesame as RDF framework; in addition there are a lot of features that are not wanted.

[1] https://code.google.com/p/cumulusrdf

agazzarini commented 10 years ago

Source code has been imported and adapted to adhere Jena core classes. Mainly imported classes are from dictionaries, indexes and daos.