mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
18 lines
451 B
Markdown
18 lines
451 B
Markdown
# 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
|
|
|
|
```cypher
|
|
MATCH (n) RETURN count(n) AS node_count;
|
|
MATCH ()-[r]->() RETURN count(r) AS relationship_count;
|
|
```
|