Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurensk/wikisolver
Find the quickest path from one article to another by only clicking on links.
https://github.com/laurensk/wikisolver
Last synced: about 2 months ago
JSON representation
Find the quickest path from one article to another by only clicking on links.
- Host: GitHub
- URL: https://github.com/laurensk/wikisolver
- Owner: laurensk
- Created: 2024-07-26T01:42:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T22:55:59.000Z (6 months ago)
- Last Synced: 2024-07-28T19:35:32.179Z (6 months ago)
- Language: TypeScript
- Homepage: https://wikisolver.laurensk.at
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wikisolver
Find the quickest path from one article to another by only clicking on links.
### Installation
1. scripts/download_dump.py
2. scripts/unzip_dump.py
3. scripts/generate_csv.py
4. import/docker-compose.yml### Start
1. docker-compose.yml
### Others
Get shell in neo4j: `cypher-shell -u neo4j -p securePassword123 -a bolt://localhost:7687`
### Issues/Bugs
1. Links with anchors are not parsed correctly (e.g. `[[Verwaltungsgliederung Österreichs#Bund|Bund]]`).