gklyne / milarq

Automatically exported from code.google.com/p/milarq
0 stars 0 forks source link

Notes for using MILARQ

This file available at: http://code.google.com/p/milarq/source/browse/README.text

See also documents in the MILARQ project wiki:

The MILARQ project includes copies of the relevant Jena/ARQ/TDB ARQ library files in the webapp/WEB-INF/lib directory. It does not work with older versions, and probably does not work yet with newer versions.

See: http://code.google.com/p/milarq/source/browse/#hg%2Fwebapp%2FWEB-INF%2Flib

TDB and ARQ command line tools

The command line utilities used for loading and querying a TDB database are in the Jena library .jar files, in directory webapp/WEB-INF/lib. Project file workspace/tools/define_paths.sh contains a shell script that sets up the Java environment and defines commands to run these utilities.

Logging output from the command line utilities is controlled by webapp/WEB-INF/classes/log4j.properties. [[@@I think - need to confirm this]]

For details about how to use the standard ARQ and TDB command line tools, see: http://jena.sourceforge.net/tools.html

Preparing composite indexes

See workspace/tools/process.sh

Configuring and running a SPARQLite servlet using the extra indexing

See docs/howto.text

Directories

src/

JUnit3/ Apache Tomcat .../ JRE System Library/ Referenced Libraries/

docs/

lib/

test/

webapp/

Testing

(What tests should be runnable out-of-box with properly configured system?)