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

https://github.com/zazuko/triplestore-benchmark-iguana


https://github.com/zazuko/triplestore-benchmark-iguana

Last synced: 2 months ago
JSON representation

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.