User:Tancre/2/hackpact/Git Stalker: Difference between revisions
< User:Tancre | 2 | hackpact
(Created page with "= Git Stalker = From web stalker I imagine a sort of 'git stalker' (it could be an online service). ** Crawler > ask the link of th...") |
|||
Line 4: | Line 4: | ||
I imagine a sort of 'git stalker' (it could be an online service). | I imagine a sort of 'git stalker' (it could be an online service). | ||
* Crawler > ask the link of the git repository and start the session through Git's API (+ further data on the connection, maybe). | |||
* Overview (Map) > ''tree -hJ >> overview.json'' print the data structure in a file. D3.js use the json to produce a visualization of the structure of the directory. Kinda like the map of the links in 'web stalker': central main folder and then the other folders/files distributed around the main folder and so on recursively. |
Revision as of 18:01, 6 October 2019
Git Stalker
From web stalker
I imagine a sort of 'git stalker' (it could be an online service).
- Crawler > ask the link of the git repository and start the session through Git's API (+ further data on the connection, maybe).
- Overview (Map) > tree -hJ >> overview.json print the data structure in a file. D3.js use the json to produce a visualization of the structure of the directory. Kinda like the map of the links in 'web stalker': central main folder and then the other folders/files distributed around the main folder and so on recursively.