This utility adds area data retrieved from Geography Linked Data to mongodb.
How to run the utility
Run go run import-areas.go -mongo-url=<url>
The url should look like the following localhost:27017. If a username and password are needed follow this structure <username>:<password>@<host>:<port>