Skip to content

Commit

Permalink
wip: add gifs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markxoe committed Jun 4, 2024
1 parent 8f4b450 commit 55e9470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Primary goal of this project: Build a program that can quickly return the shortest path between 2 Wikipedia pages via page links

![](./assets/derive.gif)
![](./assets/interactive.gif)

## Implementation details

- Reading the Wikipedia dump files `-page.sql`, `-redirect.sql` and `-pagelinks.sql` using one file-reading thread (line-by-line) and at least one parsing thread (work is spread with a queue) which uses a regex that parses the sql insert statements
Expand Down

0 comments on commit 55e9470

Please sign in to comment.