/wikipedia-example

Primary LanguageRustApache License 2.0Apache-2.0

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:8080 in the browser and search for an article.