{"id":18429999,"url":"https://github.com/kevinw/gitviz","last_synced_at":"2025-04-07T17:33:21.612Z","repository":{"id":4480811,"uuid":"5619831","full_name":"kevinw/gitviz","owner":"kevinw","description":"Visualize git repository internals as they change, live, in the browser.","archived":false,"fork":false,"pushed_at":"2013-05-17T18:45:48.000Z","size":505,"stargazers_count":62,"open_issues_count":0,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-15T10:44:21.178Z","etag":null,"topics":["canvas","git","live","teaching"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-30T19:34:12.000Z","updated_at":"2024-01-16T23:48:14.000Z","dependencies_parsed_at":"2022-08-23T16:00:39.606Z","dependency_job_id":null,"html_url":"https://github.com/kevinw/gitviz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinw%2Fgitviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinw%2Fgitviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinw%2Fgitviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinw%2Fgitviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinw","download_url":"https://codeload.github.com/kevinw/gitviz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247698031,"owners_count":20981289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvas","git","live","teaching"],"created_at":"2024-11-06T05:19:16.477Z","updated_at":"2025-04-07T17:33:21.260Z","avatar_url":"https://github.com/kevinw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gitviz\n======\n\nVisualize git repositories as they change, live in the browser.\n\n![gitvize screenshot](https://github.com/kevinw/gitviz/raw/master/docs/examples/gitviz_example.png)\n\nWhy?\n----\n\ngitviz might be useful as a teaching tool for git.\n\nIt draws graphviz graphs on \u0026lt;canvas\u0026gt; elements, and updates them as you modify the target git repository on the fly.\n\nRequirements\n------------\n\n You need Python, Node.js, npm, and a git repository.\n\nInstallation\n------------\n\n    # get code\n    git clone git://github.com/kevinw/gitviz.git\n\n    # start the webserver\n    cd gitviz\n    ./run-server PATH_TO_REPOS # where PATH_TO_REPOS is the path above your repositories\n\n    # see live graphs in the browser\n    open http://localhost:3000/reponame\n\nLibraries\n---------\n\ngitviz is just glue around lots of great libraries:\n\n * [dulwich](http://www.samba.org/~jelmer/dulwich/) reads your git repositories as graphs\n * [pydot](http://code.google.com/p/pydot/) emits those graphs as DOT language\n * [canviz](http://code.google.com/p/canviz/) draws DOT language as visual graphs in \u0026lt;canvas\u0026gt; tags in the browser\n * [express](http://expressjs.com/) serves the webpage showing the graph\n * [socket.io](http://socket.io/) notifies the browser in realtime when the graph changes\n\nTODO\n----\n\n* The node library \"watch\" we're using uses polling under the hood. There are definitely better alternatives that hook into filesystem events.\n* Animate the graph when it changes.\n* Show working copy modifications. Maybe an asterisk next to the blobs that differ?\n* Eliminate bottlenecks for non-toy-sized repositories, and make them navigable/intelligible in some way.\n* Make the graph interactive, or somehow have each node show the git command that made it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinw%2Fgitviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinw%2Fgitviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinw%2Fgitviz/lists"}