Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indradb/wikipedia-example
https://github.com/indradb/wikipedia-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/indradb/wikipedia-example
- Owner: indradb
- License: apache-2.0
- Created: 2018-03-01T02:38:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T16:22:37.000Z (9 months ago)
- Last Synced: 2024-04-17T14:29:54.965Z (9 months ago)
- Language: Rust
- Size: 343 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IndraDB wikipedia example
This example webapp uses [IndraDB](https://github.com/indradb/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.