Menu

Release 0.1.1 - README

Tomas Knap Dušan Rychnovský Mifeet

This document describes how to download, install and run the ODCleanStore project, release 0.1.

For more information about ODCleanStore, please see:


Downloading the release

1]

Download the prepared release archive from the SourceForge project page.


Installing the release

1]

Run two Virtuoso instances, with configurations as in config/virtuoso.ini-clean and config/virtuoso.ini-dirty (rename the ini files to virtoso.ini in the directory of the instance).

See the Virtuoso installation guide for more information on how to do that.

2]

Import clean database:

Execute queries in numbered files in database/clean_db/*.sql over the clean database instance in the indicated order. Alternatively, queries in ALL.sql can be executed instead of the numbered files.

Queries can be executed using the isql utility:

isql -S 1111

See the description of the relational database contents for more information.

3]

Import dirty database:

Execute queries in files database/dirty_db/*.sql over the dirty database in the indicated order.

Queries can be executed using the isql utility:

isql -S 1112

Running the release

1]

Run runEngine.cmd (and leave the window open).

2]

Now your ODCleanStore installation should be up and running. The functionality of input and output web services can be demonstrated in the following way:

  • To send data to the input web service, run runExample.cmd from directory example. Three new named graphs should appear in the clean database.
  • To query the output web service, use query-uri.html or query-keyword.html.
    ) from the SourceForge project page.