Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 451 Bytes

File metadata and controls

17 lines (12 loc) · 451 Bytes

Reference Metrics

This document tracks reference production snapshot metrics for transparency.

  • dataset_scope: reference_production_snapshot
  • as_of_utc: 2026-03-01T23:05:00Z
  • node_count: 219430848
  • relationship_count: 97451843

These numbers are not the expected output of make bootstrap-demo.

Provenance Queries

MATCH (n) RETURN count(n) AS node_count;
MATCH ()-[r]->() RETURN count(r) AS relationship_count;