An open API service indexing awesome lists of open source software.

https://github.com/asterinas/thank-you-dataset

The project automatically generates and maintains a list of Asterinas contributors, ranked by their scores, for display on the official website
https://github.com/asterinas/thank-you-dataset

Last synced: 17 days ago
JSON representation

The project automatically generates and maintains a list of Asterinas contributors, ranked by their scores, for display on the official website

Awesome Lists containing this project

README

          

# The Thank You Dataset

This project automatically generates
and maintains a list of Asterinas contributors,
ranked by their contribution scores,
for display on the Thank You page of the official website.

This project includes datasets
for contributions during different periods of time.

* [`dataset/all_time.json`](dataset/all_time.json)
* [`dataset/past_year.json` ](dataset/past_year.json)
* [`dataset/past_6_months.json`](dataset/past_6_months.json)
* [`dataset/past_3_months.json`](dataset/past_3_months.json)
* [`dataset/past_month.json`](dataset/past_month.json)

The dataset is generated by the [`gen_dataset.sh`](gen_dataset.sh) script.
The script is called into action by a Github Action,
which runs at scheduled intervals
to ensure that the "Thank You" page
reflects the most up-to-date results.

The script is powered by the [score-and-rank-contributors](https://github.com/asterinas/score-and-rank-contributors) tool.