https://github.com/geonetwork/geonetwork-remoteharvester
Services to harvest the metadata into Geonetwork opensource
https://github.com/geonetwork/geonetwork-remoteharvester
Last synced: 5 months ago
JSON representation
Services to harvest the metadata into Geonetwork opensource
- Host: GitHub
- URL: https://github.com/geonetwork/geonetwork-remoteharvester
- Owner: geonetwork
- License: gpl-2.0
- Created: 2023-06-22T12:01:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T07:36:53.000Z (over 1 year ago)
- Last Synced: 2025-04-13T11:40:51.033Z (over 1 year ago)
- Language: Java
- Size: 1.75 MB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoNetwork remote harvester services
## Introduction
This project contains the following services to harvest the metadata from CSW servers into Geonetwork opensource:
- **csw-harvester**: service that retrieves geo-metadata documents from servers supporting CSW 2.0.2 specification.
- **linkchecker**: service that processes the links between the geo-metadata and the related services to calculate
several indicators and determine the visibility and downloadability of the service's metadata datasets.
- **ingester**: service that ingests the results of the csw-harvester and linkchecker services so they are available in
GeoNetwork opensource (harvester console).
- **full-orchestrator**: service used by GeoNetwork opensource that start a harvesting process and monitor it's
progress.
Currently, only the CSW harvester is supported
## Requirements
It requires to use GeoNetwork opensource (https://github.com/geonetwork/core-geonetwork), branch `csw-remote-harvester`.
Each service describes the specific requirements required.