geopython / demo.pygeoapi.io

Demo setup for https://demo.pygeoapi.io
MIT License
8 stars 13 forks source link

setup CITE demo #7

Closed tomkralidis closed 4 years ago

tomkralidis commented 4 years ago

In relation to https://github.com/geopython/pygeoapi/issues/325, I would like to setup an instance at https://demo.pygeoapi.io/cite which provides CITE specific data, configuration and endpoint against pygeoapi master. The instance needs to have a very small and basic Elasticsearch backend (with a single index of 50 records) instance of to expose the full functionality needed for CITE. Basic workflow on a commit would be:

justb4 commented 4 years ago

Should not be too hard, basically an adapted copy of service/pygeoapi_master into service/pygeoapi_cite plus some service/deploy support scripts:

NB we will need an extended ES Docker Image that includes .sh scripts+data as the DockerHub trigger script would not allow Docker Volume mapping.

justb4 commented 4 years ago

Good start! Think biggest challenge is to get the pygeoapi and ES Docker Containers initialized and interacting:

tomkralidis commented 4 years ago

Completed at https://demo.pygeoapi.io/cite . Thanks @just for the help!