https://github.com/constraintautomaton/simple-comunica-runner
https://github.com/constraintautomaton/simple-comunica-runner
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/constraintautomaton/simple-comunica-runner
- Owner: constraintAutomaton
- Created: 2024-10-19T09:45:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-24T06:27:44.000Z (10 months ago)
- Last Synced: 2025-09-10T05:35:32.335Z (9 months ago)
- Language: JavaScript
- Size: 16.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```