This is a simple tool I built to parse the english wikipedia xml dump. It uses goroutines to parse the 105gb(at the time of writing) file and create a map that pairs a pages name with the links it contains to other pages. It's basically an adjacency list in NDJSON format.
Distributed under the GPL V3 license.