Skip to content

Commit 6f5d90c

Browse files
committed
docs: fix stale downloads_last_30d ownership claim
Signed-off-by: anilb <epipav@gmail.com>
1 parent 0f183c3 commit 6f5d90c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • services/apps/packages_worker/src/packagist

services/apps/packages_worker/src/packagist/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ touching p2.
9191
- From the **dynamic endpoint**:
9292
- `packages``description`, `declared_repository_url`, `repository_url`
9393
(canonicalized), `status` (`abandoned``deprecated`, else `active`),
94-
`downloads_last_30d` (rolling monthly), `total_downloads`,
95-
`dependent_count` (registry-reported direct dependents — a ranking input),
96-
`last_synced_at`. Counters COALESCE: a missing value never wipes a known one.
94+
`total_downloads`, `dependent_count` (registry-reported direct
95+
dependents — a ranking input), `last_synced_at`. Counters COALESCE: a
96+
missing value never wipes a known one. `downloads_last_30d` is
97+
deliberately NOT written here — see the dedicated monthly lane below.
9798
- `repos` + `package_repos`**all packages**: canonicalized repo URL linked
9899
with `source='declared'`, `confidence=0.8` (the manifest-declared convention
99100
shared with npm/pypi/maven/cargo); feeds the shared github-repos-enricher.

0 commit comments

Comments
 (0)