An open API service indexing awesome lists of open source software.

https://github.com/constraintautomaton/simple-comunica-runner


https://github.com/constraintautomaton/simple-comunica-runner

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# simple_comunica_runner

A Comunica runner for benchmarking purposes

## Installation
**Important Make sure to have install the submodules**

```sh
./install.sh
```
The script will install the submodule and the dependencies of the repository

## Usage

```
Usage: evaluation [options]

CLI program to run a SPARQL query using Comunica for the context of benchmarking

Options:
-V, --version output the version number
-q, --query query to execute
-c, --config File path of the config
-t, --timeout Timeout of the query in second (default: 120000)
-hdt, --pathFragmentation The file path of the dataset for querying over HDT. When not specified, it will execute an LTQP query.
-h, --help display help for command
```