Skip to content

kbuzsaki/wikidegree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Six Degrees of Wikipedia

This is an implementation of a six degrees of wikipedia solver written in go. It uses an offline copy the full text of wikipedia (52 gigabytes!) as its basis, and builds an index of page relationships using the bolt key/value store. This final index takes up about 20 gigabytes on disk, though much of that is empty buffer space.

You can find the web client for it running at https://wikidegree.kbuzsaki.com

About

"Six degrees of wikipedia" implemented in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published