API for finding UK companies by easting/northing bounding box

api companies-house golang uk
1 Open Issue Need Help Last updated: Sep 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current company data import, handling 5 million records, is slow due to per-record processing. The task is to refactor the `internal.processCompanyDataCSV` function in `company_data.go` to utilize SQL batching for better performance. This refactoring requires new tests and ensuring all existing tests still pass.

Complexity: 3/5
enhancement good first issue go

API for finding UK companies by easting/northing bounding box

Go
#api#companies-house#golang#uk