https://github.com/zazuko/triplestore-benchmark-iguana
https://github.com/zazuko/triplestore-benchmark-iguana
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zazuko/triplestore-benchmark-iguana
- Owner: zazuko
- Created: 2024-02-05T15:59:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T09:34:19.000Z (about 2 years ago)
- Last Synced: 2025-03-12T00:52:30.031Z (over 1 year ago)
- Language: Shell
- Size: 258 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Triplestore Benchmark
This uses [Iguana](https://github.com/dice-group/IGUANA) to benchmark triplestores.
## Requirements
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- [Java](https://www.java.com/en/)
## Quick Start
First, fetch Iguana by using the following command:
```sh
./scripts/fetch-iguana.sh
```
It will download Iguana from the specified GitHub release into the `iguana` directory.
The version is specified in the `scripts/fetch-iguana.sh` script.
Then, you can run the benchmark by using the following command:
```sh
./scripts/scenario-simple.sh
```
This will start the Fuseki triplestore and run the benchmark with basic data and basic queries.