... | ... | @@ -265,7 +265,7 @@ Depending on your user rule, you also have some more advanced options for queryi |
|
|
|
|
|
- KIK-Starter automatically converts a simple query (yielding a relational result, i.e., a SPARQL SELECT query) into a [map and reduce query](https://en.wikipedia.org/wiki/MapReduce). It is possible to manually adjust the map and reduce queries too
|
|
|
|
|
|
<img src="uploads/34d15ee7a0cb5ed770b7dd08a6daf627/Screenshot_2022-08-22_at_11.26.55.png" width="60%" />
|
|
|
<img src="uploads/34d15ee7a0cb5ed770b7dd08a6daf627/Screenshot_2022-08-22_at_11.26.55.png" width="40%" />
|
|
|
|
|
|
- From a technical point of view, the result of the map query is uploaded to the KIK-Starter centraal and the reduce query is executed on the centraal to extract information when needed. This means that only the results of the query (in the sense of the map query) is uploaded, not the detailed data. Splitting the two allows doing more sophisticated aggregation at the central if needed.
|
|
|
|
... | ... | |