d6ad4f8724
* upgrade Elasticsearch support to version 8 * Update ogcapi-features.rst
14 lines
566 B
Markdown
14 lines
566 B
Markdown
# Running pygeoapi with Docker - Examples
|
|
|
|
This folder contains the sub-folders:
|
|
|
|
- simple
|
|
- elastic
|
|
- sensorthings
|
|
- mongo
|
|
|
|
The [simple](simple) example will run pygeoapi with Docker with your local config.
|
|
The [elastic](elastic) example demonstrates a docker compose configuration to run pygeoapi with local Elasticsearch backend.
|
|
The [mongo](mongo) example demonstrates a docker compose configuration to run pygeoapi with local MongoDB backend.
|
|
The [sensorthings](sensorthings) example demonstrates various pygeoapi implementations of SensorThings API endpoints.
|