Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
analyze
command
Command analyze computes the ecosystem-level network science on the graph produced by buildgraph: degree distributions (with a power-law exponent estimate for the scale-free question; cmd/powerlaw does the full Clauset treatment), weakly-connected components, PageRank, and the headline extremes.
|
Command analyze computes the ecosystem-level network science on the graph produced by buildgraph: degree distributions (with a power-law exponent estimate for the scale-free question; cmd/powerlaw does the full Clauset treatment), weakly-connected components, PageRank, and the headline extremes. |
|
buildgraph
command
Command buildgraph turns the fetched go.mod shards into the Go ecosystem's dependency graph: a node table and a directed edge list.
|
Command buildgraph turns the fetched go.mod shards into the Go ecosystem's dependency graph: a node table and a directed edge list. |
|
export
command
Command export packages a finished layout run into the static assets the web galaxy viewer loads: positions, per-node attributes, label chunks, a search table, and neighbor lists for the top hubs.
|
Command export packages a finished layout run into the static assets the web galaxy viewer loads: positions, per-node attributes, label chunks, a search table, and neighbor lists for the top hubs. |
|
fetchmods
command
Command fetchmods resolves the latest version of every module in the synced index and downloads its go.mod from proxy.golang.org, resumably.
|
Command fetchmods resolves the latest version of every module in the synced index and downloads its go.mod from proxy.golang.org, resumably. |
|
indexsync
command
Command indexsync streams the complete Go module index (index.golang.org) into a local JSONL file, resumably.
|
Command indexsync streams the complete Go module index (index.golang.org) into a local JSONL file, resumably. |
|
layout
command
Command layout computes 2-D positions for the dependency-graph galaxy.
|
Command layout computes 2-D positions for the dependency-graph galaxy. |
|
powerlaw
command
Command powerlaw fits a discrete power law to a degree histogram the defensible way (Clauset, Shalizi & Newman, 2009), instead of the quick fixed-kmin estimate cmd/analyze prints:
|
Command powerlaw fits a discrete power law to a degree histogram the defensible way (Clauset, Shalizi & Newman, 2009), instead of the quick fixed-kmin estimate cmd/analyze prints: |
Click to show internal directories.
Click to hide internal directories.

