Skip to content

Provider: Proxy

Petr Škoda edited this page May 19, 2021 · 3 revisions

[dcat-ap-viewer] can utilize another instance of [dcat-ap-viewer] as a data source. This allow developers to run local instance and develop the UI with data from another instance. This make the development environment closer to the production one.

Provider

The easiest option how to use data from another instance is to use proxy-provider.

Example

The provider has only one configuration field, the URL of the other instance.

    - type: proxy
      url: https://dev.nkod.opendata.cz
Clone this wiki locally