4
Goal: USPS address lookup service
● Required in customers’ address management
● ZIP Code validation and address completion in forms
● Current status: gRPC API in a microservice
● Address information is a static data
○ 41,704 lines of CSV: 1.6 MiB
○ Monthly updated
○ We retrieve uniquely formatted data from USPS, parse it and
generate a CSV file with K8s CronJob
● No JS/browser dependency
ZIP Code → Address Information