EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b43ebe7c authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Adding configuration example

parent d47f4a3c
No related branches found
No related tags found
1 merge request!15Registration routes
Pipeline #26261 passed
routes:
items:
type: STAC-Item
path: registrar.route.stac.ItemRoute
queue: register
success_queue: seed
error_queue: error
replace: true
backends:
- path: registrar.backend.eoxserver.EOxServerItemBackend
- path: registrar.backend.eoxserver.ItemBackend
kwargs:
handlers:
pre:
post:
error:
collections:
type: STAC-Collection
path: registrar.route.stac.CollectionRoute
queue: register-collections
backends:
- path: registrar.backend.eoxserver.EOxServerCollectionBackend
- path: registrar.backend.eoxserver.CollectionBackend
kwargs:
handlers:
pre:
post:
error:
path:
type: path
pyth: registrar.route.path.PathRoute
queue: register-paths
backends:
- path: some.path.backend
kwargs:
handlers:
pre:
post:
error:
application:
path: registrar.route.path.JSONRoute
queue: register-applications
kwargs:
href_field: "href"
backends:
- path: registrar_pycsw.backend.CWLBackend
sources:
...
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment