aloutfi / getLatLong

a small stupid terraform deployed geocoding API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getLatLong

A singular endpoint API to get coordinates from an address. Deployed as a kluster on GKE via Terraform

sequenceDiagram
    participant AA_Client
    participant AA_Geo
    participant Google_Maps
    AA_Client->>AA_Geo: Get me coordinates <br> for the given this address
    AA_Geo->>Google_Maps: get location
    Google_Maps-->>AA_Client: return location

About

a small stupid terraform deployed geocoding API


Languages

Language:HCL 73.0%Language:Python 21.9%Language:Dockerfile 5.1%