Overview
GitHub Star Tracker stores historical data in JSON format on thedata-branch. Understanding these formats is useful for:
- Building custom integrations
- Analyzing historical trends
- Creating custom reports
- Debugging issues
Core Data Types
RepoInfo
Represents a repository with its metadata.SnapshotRepo
Simplified repository data stored in historical snapshots.Snapshot
A point-in-time record of star counts across all tracked repositories.History
Complete historical record of snapshots with notification tracking..data/history.json on the data branch