I’ve made a new release of the Veudas RDF Knowledge manager. This release incorporates the latest veudastore package, along with some UI tweaks and documentation.
Get it from the Sourceforge project page
Read Full Post »
Text searches were becoming a big bottleneck in the knowledge base deployment at work. The grep solution allows speedup of pure text searches (such as a label search), but doesn’t work so well when the text search is part of a bigger query.
Ideally I would have used mysql’s fulltext indexing capability to index the […]
Read Full Post »
Made another release of my veudastore triplestore: Fixed a couple of bugs, and added an optimisation - see changelog for details.
Download it (0.2) from the usual place
Read Full Post »
I keep meaning to perfect these packages, but it doesnt happen so here’s another ‘release-early’ package.
Veudastore is a standalone version of the mysql RDF backend store that runs the veudas knowledge manager. It can be downloaded from the veudas sf project page.
From the readme:
INSTALL:
——–
- Install mysql and create an empty database
USAGE:
——
import veudastore
ctx = veudastore.init()
ctx.setDatabaseConnectParams(USER,PASSWD,DB,HOST)
ctx.createTables()
ctx.importFromURISource(sourceuri, graphuri)
q […]
Read Full Post »
Posted in Semantic Web on Dec 25th, 2004 No Comments »
I’m in danger of underusing this blog - I wrote the stuff for this post a while back, but didn’t get round to posting it:
Have put together a package of wrapper code I’ve been developing as I write python RDF applications. It wraps the rdflib and sparta behaviour to present a nice (readable) api. well […]
Read Full Post »
Posted in General on Dec 25th, 2004 2 Comments »
Have fixed my wordpress after somebody deleted all the public writable files on the (shared) server. Was impressed by how easy it was to fix - just unpacked a new version of wordpress and ran the upgrade script.
Thanks Dan for pointing out that it wasn’t working.
BTW, Merry Christmas everyone!
Read Full Post »