Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total number of stars for the @dwyl org ⭐ #238

Open
1 task
Tracked by #233
nelsonic opened this issue Feb 4, 2025 · 1 comment
Open
1 task
Tracked by #233

Total number of stars for the @dwyl org ⭐ #238

nelsonic opened this issue Feb 4, 2025 · 1 comment
Labels
enhancement New feature or enhancement of existing functionality T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

nelsonic commented Feb 4, 2025

Todo

  • Write an SQL query to count the total number of stars across all repos of the dwyl org.
@nelsonic nelsonic mentioned this issue Feb 4, 2025
4 tasks
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical A technical issue that requires understanding of the code, infrastructure or dependencies labels Feb 4, 2025
@nelsonic
Copy link
Member Author

nelsonic commented Feb 4, 2025

Repos:

Image
SELECT sum(r.stargazers_count)
FROM repositories r
WHERE full_name ~* 'dwyl/';
Image

54124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

1 participant