---
title: "Discovering DuckDB Use Cases via GitHub"
url: https://daily.dev/posts/discovering-duckdb-use-cases-via-github-spj2vwr0q
source_url: https://duckdb.org/2025/06/27/discovering-w-github.html
type: article
source: "DuckDB"
published: 2025-06-27T08:38:51.324Z
updated: 2025-06-27T08:39:13.684Z
tags: ["python", "github", "sql", "data-analysis", "duckdb"]
reading_time: 12
upvotes: 14
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Discovering DuckDB Use Cases via GitHub

**[DuckDB](https://daily.dev/sources/duckdb)** · 12 min read · 14 upvotes · 1 comments

## Summary

DuckDB team demonstrates how to discover and analyze DuckDB usage across GitHub repositories by querying the GitHub API with DuckDB itself. The approach involves using DuckDB's HTTP capabilities to fetch repository data, processing JSON responses with SQL, and automating the workflow with GitHub Actions to generate daily reports in Markdown format. The solution includes pagination handling, data filtering, and visualization of historical trends through Git commit analysis.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://duckdb.org/2025/06/27/discovering-w-github.html>

## Community discussion

Top comments from developers on daily.dev.

**@idoarbilly** · 0 upvotes

> I can see myself using this feature good article

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#github](https://daily.dev/tags/github), [#sql](https://daily.dev/tags/sql), [#data-analysis](https://daily.dev/tags/data-analysis), [#duckdb](https://daily.dev/tags/duckdb)

[View this post on daily.dev](https://daily.dev/posts/discovering-duckdb-use-cases-via-github-spj2vwr0q)
