bestofjs / javascript-risingstars

:stars: An overview of the JavaScript landscape in 2023: trends about frontend, Node.js, fullstack frameworks, build tools, testing, Vue.js, React, state management...
https://risingstars.js.org
1k stars 56 forks source link

how the /data is updated? #139

Closed sanjai0py closed 5 months ago

sanjai0py commented 5 months ago

I apologize for raising this as an issue, but I couldn't find any discussion section or Discord community for this project. I hope my message finds you well. I have a quick question regarding the project - how is the /data updated?

Thank you for creating this project, and I appreciate any help you can provide.

michaelrambeau commented 5 months ago

Hello @sanjai0py data come from my project Best of JS, there is link to Discord at the top of the page, I should have put the link in Rising Stars page too, sorry.

It's a bit complicated to reply how data is generated but basically I take a snapshot of the number of stars of all projects I track in Best of JS and store eveything in a database. Then, for each edition of the Rising Stars, I compute the rankings and I store the results in the /data folder of the Rising Stars.

sanjai0py commented 5 months ago

Got it! Thanks, @michaelrambeau. Your project looks awesome!