722efb0374
* - Added missing parameters on the openapi definition of get an observations tile request * - changed default background map to osm * Revert "- changed default background map to osm" This reverts commit 554c065c6699ad6c0585f5c09ce34e746d5b3dc2. * - Added example with docker containers, for MongoDB data provider * - attempts * - switched to use ne_110m_populated_places_simple.geojson as data source * - updated README * - updated README Co-authored-by: doublebyte1 <info@doublebyte.net>
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.
|