EOX GitLab Instance

Skip to content
Snippets Groups Projects

Registration routes

Merged Fabian Schindler-Strauss requested to merge routes into main
2 unresolved threads
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
Loading