Geonovum / ogc-api-testbed

OGC API Testbed Template - Stable
https://apitestbed.geonovum.nl
GNU General Public License v3.0
4 stars 4 forks source link

Setup LDProxy instance with some Dutch sample data #6

Closed pvgenuchten closed 3 years ago

pvgenuchten commented 3 years ago

LDProxy has initially been developed by InteractiveInstruments during topic4 of the geo4web experiment. Since then the software has evolved to a full ogc api server implementation. It uses database or existing ogc services as a backend, such as WFS.

Setup

Docs are at https://github.com/interactive-instruments/ldproxy/tree/master/docs/de (german only)

When a postgres database is added to the instance, it can be configured using the web admin

image

Expose the db port to the web for data uploading with pgadmin

pvgenuchten commented 3 years ago

local test with ldproxy with rce wfs backend indicates some optimisation is required on the wfs / ldproxy logging (or my understanding of the configuration)

https://github.com/interactive-instruments/ldproxy/issues/454

justb4 commented 3 years ago

See: https://github.com/interactive-instruments/ldproxy/issues/94#issuecomment-855727570 .

We need to change our Traefik conf for ldproxy.

pvgenuchten commented 3 years ago

deployment was successfull