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: routes:
items: items:
type: STAC-Item path: registrar.route.stac.ItemRoute
queue: register queue: register
success_queue: seed success_queue: seed
error_queue: error error_queue: error
replace: true replace: true
backends: backends:
- path: registrar.backend.eoxserver.EOxServerItemBackend - path: registrar.backend.eoxserver.ItemBackend
kwargs: kwargs:
handlers:
pre:
post:
error:
collections: collections:
type: STAC-Collection path: registrar.route.stac.CollectionRoute
queue: register-collections queue: register-collections
backends: backends:
- path: registrar.backend.eoxserver.EOxServerCollectionBackend - path: registrar.backend.eoxserver.CollectionBackend
kwargs: kwargs:
handlers:
pre:
post:
error:
path: path:
type: path pyth: registrar.route.path.PathRoute
queue: register-paths queue: register-paths
backends: backends:
- path: some.path.backend - path: some.path.backend
kwargs: kwargs:
handlers:
pre: application:
post: path: registrar.route.path.JSONRoute
error: queue: register-applications
kwargs:
href_field: "href"
backends:
- path: registrar_pycsw.backend.CWLBackend
sources: 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