# anvaka/ngraph

Beautiful Graphs

Repository: https://github.com/anvaka/ngraph
Canonical: https://ross.abutalabs.com/products/ngraph
License: MIT
License Family: permissive
Last push: 2026-06-23T06:24:20+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 89, release rhythm 35, longevity 100
- inputs: {"age_days": 4626, "days_push": 71, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1510, forks 130 (observed 2026-08-28T04:04:55.836241+00:00)

## What it is
ngraph is a collection of JavaScript modules for graph data structures, algorithms, and rendering. It includes pathfinding, community detection, centrality metrics, serialization formats, and force-directed layout, usable in both browser and server environments.

## Use cases
- find shortest paths in a graph
- visualize large graphs in the browser
- compute pagerank or centrality of a network
- detect communities in a graph
- convert graphs to and from DOT or GEXF files
- compute force-directed graph layout offline
- build a custom graph visualization app

## When to choose
- you need fast, modular graph algorithms in JavaScript
- you want interactive 2D or 3D graph rendering in the browser
- you need to lay out very large graphs offline before rendering
- you prefer composing small npm packages over a monolithic library

## When to avoid
- you need a batteries-included graph analytics platform like Gephi or NetworkX
- your project is not JavaScript/Node based
- you need heavy statistical graph modeling beyond algorithms and layout

## Facets
- artifact type: library
- maturity: active
- function: data-visualization, search-engine, serialization, graphics
- domain: data-visualization, graphics, web-development
- platform: browser, cross-platform
- tags: graph-algorithms, graph-rendering, force-directed-layout, pathfinding, community-detection, pagerank, modular-packages, algorithms, nodejs, javascript

## Member repositories
- anvaka/ngraph (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:55.836241+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:25.002068+00:00, confidence not recorded.
  - readme: https://github.com/anvaka/ngraph (fetched 2026-08-28T04:04:55.836241+00:00, sha be815f008faf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
