RepoStatsEntry Collection

Type: array

Array of RepoStatsEntry records. Each element: GitHub/Zenodo repository metrics for a single artifact (stars, forks, views, downloads).

No Additional Items

Each item of this array must be:

Type: object

GitHub/Zenodo repository metrics for a single artifact (stars, forks, views, downloads).

No Additional Properties

conference Required

Type: string

Conference abbreviation, e.g. 'OSDI', 'USENIXSEC'.


Example:

"OSDI"

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

title Required

Type: string

Full paper title associated with this repository.


Example:

"Understanding and Detecting Software Upgrade Failures in Distributed Systems"

url Required

Type: string

Repository or archive URL, e.g. 'https://github.com/org/repo'.


Example:

"https://github.com/org/repo"

source Required

Type: enum (of string)

Platform hosting the artifact: 'github', 'zenodo', 'figshare', or 'unknown'.

Must be one of:

  • "github"
  • "zenodo"
  • "figshare"
  • "unknown"

Example:

"github"
Default: null

GitHub star count at time of collection. Null for non-GitHub platforms.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

1250
Default: null

GitHub fork count at time of collection. Null for non-GitHub platforms.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

340
Default: null

Zenodo page view count. Null for non-Zenodo platforms.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

5000
Default: null

Zenodo file download count. Null for non-Zenodo platforms.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

2000
Default: null

Repository description from the hosting platform, truncated to 120 characters. Null if not available.

Option 1

Type: string

Must be at most 120 characters long

Option 2

Type: null

Example:

"High-performance distributed key-value store"
Default: null

Primary programming language as reported by the platform, e.g. 'Python', 'C++'. Null if not available.

Option 1

Type: string

Option 2

Type: null

Example:

"Python"
Default: null

Repository identifier, e.g. 'microsoft/nni'. Null for non-GitHub/GitLab platforms.

Option 1

Type: string

Option 2

Type: null

Example:

"Mathias Payer"
Default: null

ISO 8601 timestamp of last push/update, e.g. '2024-07-15T10:30:00Z'. Null if not available.

Option 1

Type: string

Option 2

Type: null

Example:

"2025-03-15T10:30:00Z"