Geocoder with geocoding and reverse geocoding support.
Read instructions from
| URL | Project description |
|---|---|
| https://github.com/pelias/pelias | Pelias development on GitHub |
| https://mapzen.com/projects/search/ | Mapzen Search (which is essentially same as Pelias) |
| https://github.com/pelias/api | Pelias-api upstream development on GitHub |
| https://github.com/pelias/fuzzy-tester | Pelias fuzzy-tester upstream development on GitHub |
| Asset | Url |
|---|---|
| source | https://github.com/HSLdevcom/pelias-api |
| DockerHub | https://hub.docker.com/r/hsldevcom/pelias-api/ |
| Dockerfile | https://github.com/HSLdevcom/pelias-api/blob/master/Dockerfile |
| Pelias fuzzy tests | https://github.com/HSLdevcom/pelias-fuzzy-tests |
| Pelias fuzzy tester | https://github.com/HSLdevcom/fuzzy-tester |
The Docker image is called hsldevcom/pelias-api:prod and it is available at DockerHub. The image can be built using this build script.
To run Docker container, run:
docker run -d --name pelias-api -p 3100:8080 --link pelias-data-container hsldevcom/pelias-apiTo access Docker container:
curl "http://localhost:3100/v1/search?text=helsinki"For More information about how to use Docker see docker info.