Files
pygeoapi/docker/examples/mongo/README.md
T
Jo 722efb0374 Added example for MongoDB data provider (#798)
* - 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>
2021-10-18 08:21:56 -04:00

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
```