Expedite your next "Wikipedia rabbit-hole" by using this compiled database of over 300 million article relationships to interactively explore and traverse all of humanity's knowledge.
https://wiki.danthebuilder.com
- TypeScript 94%
- JavaScript 3.3%
- CSS 1.7%
- HTML 1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| backend | ||
| data | ||
| frontend | ||
| .gitignore | ||
| backlog.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| response_1768681550389.json | ||
| yarn.lock | ||
PISRS Graf
Vizualizacija povezave med slovenskimi predpisi (PISRS - Pravno-informatski sistem Republike Slovenije)
Koda je narejena na osnovi repozitorija WikiGraph
Setup
- Run
yarnto install packages - Download pages multistream torrent from metawiki site
- After unzipping, rename the file to
wiki.xmland move it into thedatafolder for further processing - Then run
yarn db:csvto convert the XML to CSV - Then run
yarn db:initto build the database file - Then run
sqlite3 wiki.db.mode csv.import links.csv links- run
CREATE INDEX idx_from_title ON links (from_title);
- Go to the
backendfolder- Add an
.envfile with a your DB's file path as the value forDB_FILE - Run
yarn watchto start the server
- Add an
- Go to the
frontendfolder- Create a
.env.localfile with the following:VITE_API_URL=http://localhost:8000/api - Run
yarn devto start the website
- Create a
Attribution
Koda je bazirana na WikiGraph - vizualizaciji povezav med Wikipedia članki.