8f8d19c5f8
* Create sensorthings.py * Update plugin.py * Add files via upload * Update sensorthings.py * Add files via upload * Update sensorthings.py * Update sensorthings.py * Update sensorthings.py * Update sensorthings.py * Update sensorthings BRGM Endpoint * Clean Examples * Cleaned sensorthings config * add bbox and datetime query params Added optional intralinking between STA entities * add pytest for sta provider * add sta pytest to workflow * improve versatility of intralink and uri * Update Datastreams geometry provider * Update iow.sta.pygeoapi.config.yml * faster hits using sta $count * fix flake8 * added sta provider for github actions * type in main.yml * Update main.yml * Update main.yml * rename tests/data/datastreams.json * Update main.yml * Update load_sta_data.py * Update load_sta_data.py * Update load_sta_data.py * Update load_sta_data.py * Update load_sta_data.py * Fix sta pytest * fix flake8 * Update docs * Update test_sensorthings__provider.py * Merge various fixes from sta-patch-1 * force sorting * Move STA data to remote host * Clarify use of the intralink field * rename test_sensorthings_provider.py * Add Readme.md and switch to docker-compose * Sensorthings -> SensorThings
12 lines
443 B
Markdown
12 lines
443 B
Markdown
# Running pygeoapi with Docker - Examples
|
|
|
|
This folder contains the sub-folders:
|
|
|
|
- simple
|
|
- elastic
|
|
- sensorthings
|
|
|
|
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 [sensorthings](sensorthings) example demonstrates various pygeoapi implementations of SensorThings API endpoints.
|