Skip to content

This repository is an implementation of FastAPI of geocoding as a service.

License

Notifications You must be signed in to change notification settings

IFRCGo/geocoding-service

This branch is 4 commits ahead of main.

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Feb 19, 2025
Mar 28, 2025
Mar 25, 2025
Feb 21, 2025
Feb 18, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025

Repository files navigation

Geocoder as a Service

This server is a FastAPI implementation of the Geocoder as a service. It exposes couple of endpoints which return the Geojson geometry. This server loads a file from the following source url:

Getting started

# Prepare data for the geocoder
cd geodata-prep
docker compose build
docker compose up

# Run geocoder
cd ..
docker compose build
docker compose up

API documentation

The documentaiton is available at /docs

Production Deployment

We use CI and helm-charts to deploy the container in a pod through github actions in a Kubernetes environment.