Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 647 Bytes

sleepy-catalogue

Proof of concept OGC API Records Crawable catalog

It uses the minio scalable storage as a backend.

To test just run:

docker-compose up -d

Available enpoints are:

http://localhost:9000/crawlable_catalogue/collections.json

http://localhost:9000/crawlable_catalogue/masked_rec/collection.json

http://localhost:9000/crawlable_catalogue/masked_rec/record.json

http://localhost:9000/crawlable_catalogue/web/index.html (web)

Fetch changes from the submodules with:

Updating the webpages

git submodule foreach git pull origin gh-pages

Note

Make sure that the bucket is public, in order to enable the endpoints.