Skip to content

Commit

Permalink
added new query to the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaDimitrova07 committed Jan 18, 2024
1 parent 69fbbe2 commit 882a71e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/ao/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ stages:
generator:
- batchSize: 100
query: file://static/ao/objects-generator.rq
- name: "ObjectsLocationDates"
iterator:
batchSize: 10000
delay: 50ms
#endpoint: https://api.triplydb.com/datasets/colonialHeritage-test/graph/sparql
endpoint: https://api.triplydb.com/datasets/colonialHeritage-test/graph/services/virtuoso/sparql
query: file://static/ao/objectLocationsDates-iterator.rq
generator:
- batchSize: 100
query: file://static/ao/objectLocationsDates-generator.rq
# - name: "Sites"
# iterator:
# batchSize: 10000
Expand Down

0 comments on commit 882a71e

Please sign in to comment.