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 `internal.processCompanyDataCSV` function in `company_data.go` needs refactoring to improve the performance of importing 5 million company records. Currently, it processes data one record at a time, which is very slow. The task is to modify the function to use SQL batches for data insertion, ensuring new tests are written and all existing tests continue to pass.

Complexity: 4/5
enhancement good first issue go

API for finding UK companies by easting/northing bounding box

Go
#api#companies-house#golang#uk