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>
20 lines
527 B
Markdown
20 lines
527 B
Markdown
# pygeoapi with MongoDB
|
|
|
|
These folders contain a Docker Compose configuration necessary to setup a minimal
|
|
`pygeoapi` server that uses a local MongoDB backend service. Mongo Express is also provided, for convenience.
|
|
|
|
This config is only for local development and testing.
|
|
|
|
## MongoDB
|
|
|
|
- official MongoDB: **5.0.3** on **Ubuntu Focal**
|
|
- ports **27017**
|
|
|
|
## Building and Running
|
|
|
|
These composition does not require building any images. Run the [Docker compose file](docker-compose.yml) in localhost:
|
|
|
|
```
|
|
docker-compose up
|
|
```
|