This repository includes the EOEPCA Data Access Harvester component
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The EOEPCA Data Access Harvester component is built upon the upstream View Server Harvester component.
View Server is a Docker based software and all of its components are distributed and executed in context of Docker images, containers and Helm charts. Basic knowledge of Docker and either Docker Swarm or Helm and Kubernetes is a prerequisite.
The provided external services are services for searching, viewing, and downloading of Earth Observation (EO) data. Service endpoints optimized for performance as well as for flexibility are provided alongside each other.
The View Server default Chart vs consists of the following service components (with their respective Docker image in parenthesis):
- Web Client (client)
- Cache (cache)
- Renderer (core)
- Registrar (core)
- Seeder (seeder)
- Preprocessor (preprocessor)
- Ingestor (ingestor)
- Harvester (harvester)
- Scheduler (scheduler)
- Database (postgis)
- Queue Manager (redis)
The EOEPCA Data Access Harvester component extends the View Server Harvester. View Server is Open Source, released under an MIT license.
To get a View Server copy up and running follow these simple steps.
https://vs.pages.eox.at/vs/operator/k8s.html#operating-k8s
Data Access Harvester deployment is described here in the EOEPCA Deployment Guide.
The component documentation can be found at https://vs.pages.eox.at/vs/operator/k8s.html#harvester-configuration-harvester.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache-2.0 License. See LICENSE
for more information.
Project Link: https://github.com/EOEPCA/rm-harvester
- README.md is based on this template by Othneil Drew.