wikipedia-example
wikipedia-example copied to clipboard
IndraDB wikipedia example
This example webapp uses IndraDB to explore the links in wikipedia articles.
Getting started
- Make sure you have rust installed.
- Clone the repo.
- Run
make init. This is a one-time operation, but will take a long time, as it'll (1) download the wikipedia dataset if you don't have it already, (2) decompress and parse the archive, and (3) index the content into IndraDB. - Run
make explore. - Visit
http://localhost:8080in the browser and search for an article.