Skip to content

Data Access Service and Ingestion building block of the Resource Management domain area

License

Notifications You must be signed in to change notification settings

EOFarm/rm-data-access

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Build


Logo

EOEPCA Data Access

This repository includes the EOEPCA Data Access building block
Explore the docs »
View Demo · Report Bug · Request Feature

Table of Contents

Description

The EOEPCA Data Access building block is built upon the upstream View Server project.

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)

View Server is Open Source, released under an MIT license.

This repository holds EOEPCA customizations for the View Server Core component (Renderer and Registrar) EOEPCA customizations for the Harvester component can be found in https://github.com/EOEPCA/rm-harvester

Product Name Screen Shot

Built With

Interfaces

The Data Access provides the following interfaces:

  • OGC WMS 1.1/1.3 (EO-WMS)
  • OGC WCS 2.0.0 (EO Application Profile)
  • OGC WMTS 1.0
  • DSEO
  • OpenSearch with OGC EO, Geo and Time extensions

Getting Started

To get a View Server copy up and running follow these simple steps.

https://vs.pages.eox.at/vs/operator/k8s.html#operating-k8s

Deployment

Data Access deployment is described here in the EOEPCA Deployment Guide.

Documentation

The View Server documentation can be found at https://vs.pages.eox.at/vs/.

EOEPCA related documents:

The component documentation can be found at https://eoepca.github.io/rm-data-access/.

Usage

You can find some usage examples in the View Server Client documentation: https://vs.pages.eox.at/vs/user/webclient.html

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Contact

Project Link: https://github.com/EOEPCA/rm-data-access

Acknowledgements

About

Data Access Service and Ingestion building block of the Resource Management domain area

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.1%
  • Shell 8.6%
  • Dockerfile 3.9%
  • Common Workflow Language 2.4%