Files
pygeoapi/docker/examples
Jo fc31cb3e73 MVT Provider refactoring (#1454)
* - Refactor MVTProvider, to support subclassing
- Added provider for MVT Tippecanoe

* - fixed test configuration for the MVT tippecanoe provider

* - added MVT elastic provider

* - added documentation for mvt providers
- fixed formatting

* - removed tiles publishing from elastic provider example
- updated gitignore to ignore data folder from elastic example

* - added docker example for MVT-elastic backend provider

* - Added docker example for tippecanoe MVT provider

* - updated README of the docker examples section, to catch up with the provided examples.

* - renamed mvt-elastic and mvt-tippecanoe docker example folders.

* - renamed elastic and tippecanoe folders to lower case

* - fixed formatting issue

* - s/Mabox/Mapbox/

* - put plugin provider names in single line

* - renamed MVT provider base class to BaseMVTProvider.

* - added MVT base class

* - reviwed uppercase on .gitignore
- add folder to .gitignore

* - removed new line and brackets

* - removed redundant line with base class

---------

Co-authored-by: doublebyte1 <info@doublebyte.net>
2023-12-28 22:23:54 +01:00
..
2023-12-28 22:23:54 +01:00
2021-10-27 20:17:02 -04:00
2023-11-06 21:12:52 +02:00
2023-12-28 22:23:54 +01:00

Running pygeoapi with Docker - Examples

This folder contains the sub-folders:

  • simple
  • elastic
  • esri
  • mongo
  • mvt-elastic
  • mvt-tippecanoe
  • sensorthings
  • skin
  • socrata

The simple example will run pygeoapi with Docker with your local config.

The elastic example demonstrates a docker compose configuration to run pygeoapi with local Elasticsearch backend.

The esri example demonstrates a docker compose configuration to run pygeoapi with ESRI Map and Feature Services backend.

The mongo example demonstrates a docker compose configuration to run pygeoapi with local MongoDB backend.

The mvt-elastic example demonstrates a docker compose configuration to run pygeoapi with local Elasticsearch MVT backend.

The mvt-tippecanoe example demonstrates a docker compose configuration to run pygeoapi with tiles on disk, pre-generated using the Tippecanoe backend.

The sensorthings example demonstrates various pygeoapi implementations of SensorThings API endpoints.

The skin example contains a Docker build script necessary to setup a minimal pygeoapi server that uses a customised dashboard skin.

The socrata example contains configuration necessary to setup a pygeoapi server using a remote Socrata Open Data API (SODA) endpoint.