https://github.com/mrkvon/friend-crawler
Crawl a network of friends with Solid
https://github.com/mrkvon/friend-crawler
foaf linked-data solid solid-app
Last synced: 8 months ago
JSON representation
Crawl a network of friends with Solid
- Host: GitHub
- URL: https://github.com/mrkvon/friend-crawler
- Owner: mrkvon
- Created: 2021-07-18T18:31:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T15:04:38.000Z (about 4 years ago)
- Last Synced: 2025-01-07T04:41:26.317Z (9 months ago)
- Topics: foaf, linked-data, solid, solid-app
- Language: TypeScript
- Homepage: https://friends.livegraph.org
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid Friend Crawler
Live at [friends.livegraph.org](https://friends.livegraph.org)
Visualize the network of friends on Solid
The app starts at the logged user (and timbl on solidcommunity.net) and crawls the foaf:knows connections.
## TODO
- [x] add people to history of browser (will allow browsing)
- [x] make people a variable size based on how many people know them
- [ ] show clearly what are the directions of :knows
- [x] show also who knows this person
- [x] login for different pod providers
- [x] faster (parallel) crawling
- [x] search people
- [ ] make it more accessible and easier to navigate
- [x] highlight also people who know the person
- [ ] highlight people whose button is crawled in PersonList
- [ ] add custom starting point for crawling
- [x] support extended profile (seeAlso, sameAs)
- [x] figure hosting it as SPA with router