forked from gleanerio/gleaner
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85a0208
commit a24c9b9
Showing
2 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
minio: | ||
address: localhost | ||
port: 9000 | ||
accessKey: amazingaccesskey | ||
secretKey: amazingsecretkey | ||
ssl: false | ||
bucket: iow | ||
gleaner: | ||
runid: iow # this will be the bucket the output is placed in... | ||
summon: true # do we want to visit the web sites and pull down the files | ||
mill: false | ||
context: | ||
cache: true | ||
contextmaps: | ||
- prefix: "https://schema.org/" | ||
file: "configs/jsonldcontext.jsonld" # wget http://schema.org/docs/jsonldcontext.jsonld | ||
- prefix: "http://schema.org/" | ||
file: "configs/jsonldcontext.jsonld" # wget http://schema.org/docs/jsonldcontext.jsonld | ||
summoner: | ||
after: "" # "21 May 20 10:00 UTC" | ||
mode: full # full || diff: If diff compare what we have currently in gleaner to sitemap, get only new, delete missing | ||
threads: 5 | ||
delay: # milliseconds (1000 = 1 second) to delay between calls (will FORCE threads to 1) | ||
headless: http://localhost:9222 # URL for headless see docs/headless | ||
millers: | ||
graph: true | ||
sources: | ||
- active: 'true' | ||
domain: https://pids.geoconnex.dev | ||
headless: 'false' | ||
name: refgages0 | ||
pid: https://gleaner.io/genid/geoconnex | ||
propername: refgages0 | ||
sourcetype: sitemap | ||
url: https://pids.geoconnex.dev/sitemap/ref/gages/gages__0.xml | ||
- active: 'true' | ||
domain: https://pids.geoconnex.dev | ||
headless: 'false' | ||
name: refmainstems | ||
pid: https://gleaner.io/genid/geoconnex | ||
propername: refmainstems | ||
sourcetype: sitemap | ||
url: https://pids.geoconnex.dev/sitemap/ref/mainstems/mainstems__0.xml | ||
- active: 'true' | ||
domain: https://pids.geoconnex.dev | ||
headless: 'false' | ||
name: dams0 | ||
pid: https://gleaner.io/genid/geoconnex | ||
propername: dams0 | ||
sourcetype: sitemap | ||
url: https://pids.geoconnex.dev/sitemap/ref/dams/dams__0.xml | ||
- active: 'true' | ||
domain: https://pids.geoconnex.dev | ||
headless: 'false' | ||
name: cdss0 | ||
pid: https://gleaner.io/genid/geoconnex | ||
propername: cdss0 | ||
sourcetype: sitemap | ||
url: https://pids.geoconnex.dev/sitemap/cdss/co_gages__0.xml | ||
- active: 'true' | ||
domain: https://pids.geoconnex.dev | ||
headless: 'false' | ||
name: nmwdist0 | ||
pid: https://gleaner.io/genid/geoconnex | ||
propername: nmwdist0 | ||
sourcetype: sitemap | ||
url: https://pids.geoconnex.dev/sitemap/nmwdi/st/nmwdi-st__0.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters