Repository Stats History

Type: object

Time-series of GitHub stars and forks for every tracked repository. Keyed by repository URL; each entry contains metadata and dated snapshots showing how popularity evolves over time.

Additional Properties

Each additional property must conform to the following schema

Type: object

Historical star/fork data for a single repository.

No Additional Properties

meta Required

Type: object

Metadata identifying which paper/conference the repository belongs to.

No Additional Properties

conference Required

Type: string

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


Examples:

"OSDI"
"ACSAC"

year Required

Type: integer

Publication year of the artifact.


Example:

2023

area Required

Type: enum (of string)

Research area: 'systems' or 'security'.

Must be one of:

  • "systems"
  • "security"

title Required

Type: string

Paper title associated with this repository.

source Required

Type: string

Hosting platform of the repository.


Examples:

"github"
"zenodo"

snapshots Required

Type: array

Chronologically ordered snapshots of repository metrics.

No Additional Items

Each item of this array must be:

Type: object

A single point-in-time measurement of repository popularity. GitHub repos have stars/forks; Zenodo records have views/downloads.

Option 1

Type: object

The following properties are required:

  • stars
  • forks

Option 2

Type: object

The following properties are required:

  • views
  • downloads

date Required

Type: string

ISO 8601 date (YYYY-MM-DD) when the measurement was taken.


Example:

"2026-04-07"
Type: integer

GitHub star count at this date.

Value must be greater or equal to 0


Example:

42
Type: integer

GitHub fork count at this date.

Value must be greater or equal to 0


Example:

12
Type: integer

Zenodo view count at this date.

Value must be greater or equal to 0


Example:

213
Type: integer

Zenodo download count at this date.

Value must be greater or equal to 0


Example:

216