-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interlinker: documentation and minor tweaks
- Loading branch information
Showing
8 changed files
with
61 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<p align="center"> | ||
<h2 align="center">Interlinker</h2> | ||
<p align="center">A real-time web visualizer based on crawling and graph theory</p> | ||
<p align="center"> | ||
<img src="./assets/banner.png" width="400" /> | ||
</p> | ||
</p> | ||
|
||
Running live at <https://www.paoloose.site/discmaths/project/3/> | ||
|
||
Part of the [series of Discrete Mathematics projects](https://paoloose.site/discmaths). | ||
|
||
What if you can see how the web is created? | ||
|
||
It's impossible to map the entire internet, but what if we can generate an small portion of it? | ||
|
||
## How it works? | ||
|
||
The concept behind Interlinker is really simple: | ||
|
||
- You seed the crawler with a url ('the origin') | ||
- It will start crawling that page, looking for links (`<a/>` tags) | ||
- The links found will be added to a queue | ||
- It will repeat the process for each link in the queue | ||
|
||
You can feed multiple origins to the crawler, and it will crawl them in parallel! | ||
|
||
## Gallery | ||
|
||
The Interlinker's graph seeded with <https://paoloose.site> after: | ||
|
||
3 minutes of crawling: | ||
|
||
![3 minutes of Interlinker](assets/3min.png) | ||
|
||
20 minutes of crawling: | ||
|
||
![20 minutes of Interlinker](assets/20min.jpeg) | ||
|
||
3 hours of crawling: | ||
|
||
![3 minutes of Interlinker](assets/3hours.jpeg) | ||
|
||
## Acknowledgements | ||
|
||
- Graph visualization: <https://github.com/vasturiano/force-graph> | ||
- WebSocket implementation: <https://github.com/seanmonstar/warp> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters