Open Issues Need Help
View All on GitHub Refactor the company data import about 3 hours ago
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