https://github.com/corneliusweig/krew-index-tracker
Saves download statistics of `krew.dev` plugins to BigQuery
https://github.com/corneliusweig/krew-index-tracker
bigquery history krew krew-index statistics
Last synced: about 1 year ago
JSON representation
Saves download statistics of `krew.dev` plugins to BigQuery
- Host: GitHub
- URL: https://github.com/corneliusweig/krew-index-tracker
- Owner: corneliusweig
- License: apache-2.0
- Created: 2019-11-24T01:20:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T21:52:34.000Z (about 5 years ago)
- Last Synced: 2025-04-20T00:55:16.654Z (about 1 year ago)
- Topics: bigquery, history, krew, krew-index, statistics
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# krew-index-tracker
[](https://travis-ci.com/corneliusweig/krew-index-tracker)
[](https://github.com/corneliusweig/krew-index-tracker/blob/master/LICENSE)
[](https://goreportcard.com/report/corneliusweig/krew-index-tracker)
A tool to track download counts of `krew` plugins.
This tool does the following:
* It updates the copy of the `krew-index` (https://github.com/kubernetes-sigs/krew-index) in directory `index`.
* It reads all plugin manifests and looks for github URLs in the `spec.homepage` field.
* It fetches the release information for each repo via GitHub API.
* It writes the result into a BigQuery table.