duckdb/duckdb

▲ 60 stars today★ 41,306⑂ 3,787

DuckDB is an analytical in-process SQL database management system

About duckdb/duckdb

duckdb/duckdb is an open-source project on GitHub, mainly written in C++. DuckDB is an analytical in-process SQL database management system It currently holds 41,306 stars and 3,787 forks with 871 open issues, and was last pushed on 2026-09-16 (repository created 2018-06-26).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #75 with 60 new stars today.

GitHub Repository Details

Repository duckdb/duckdb · default branch v2.0-cyanoptera · size 513253 KB · watchers 279 · source: GitHub REST API and repository README

README

https://github.com/duckdb/duckdb/blob/HEAD/DuckDB logo

https://github.com/duckdb/duckdb/blob/HEAD/Github Actions Badge https://github.com/duckdb/duckdb/blob/HEAD/discord https://github.com/duckdb/duckdb/blob/HEAD/Latest Release

DuckDB

DuckDB is a high-performance analytical database system. It is designed to be fast, reliable, portable, and easy to use. DuckDB provides a rich SQL dialect with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs, maps), and several extensions designed to make SQL easier to use.

DuckDB is available as a standalone CLI application and has clients for Python, R, Java, Wasm, etc., with deep integrations with packages such as pandas and dplyr.

For more information on using DuckDB, please refer to the DuckDB documentation.

Installation

If you want to install DuckDB, please see our installation page for instructions.

Data Import

For CSV files and Parquet files, data import is as simple as referencing the file in the FROM clause:

SELECT * FROM 'myfile.csv';
SELECT * FROM 'myfile.parquet';

Refer to our Data Import section for more information.

SQL Reference

The documentation contains a SQL introduction and reference.

Development

For development, DuckDB requires CMake, Python 3 and a C++17 compliant compiler. In the root directory, run make to compile the sources. For development, use make debug to build a non-optimized debug version. You should run make unit and make allunit to verify that your version works properly after making changes. To test performance, you can run BUILD_BENCHMARK=1 BUILD_TPCH=1 make and then perform several standard benchmarks from the root directory by executing ./build/release/benchmark/benchmark_runner. The details of benchmarks are in our Benchmark Guide.

Please also refer to our Build Guide and Contribution Guide.

Support

See the Support Options page and the dedicated endoflife.date page.

GitHub Stars & Activity

41,306Stars
3,787Forks
871Open issues
C++Language

GitHub Popularity

GitHub stars41,306
Forks3,787
Open issues871
Primary languageC++
LicenseMIT
Stars gained today60
Created2018-06-26
Last pushed2026-09-16

Trending History

Daily boardrank #75 · ▲ 60 stars

Related GitHub Projects

1

godotengine / godot

C++★ 117,273⑂ 26,766▲ 106 stars
2

Neroued / ninfer

C++★ 1,904⑂ 355▲ 144 stars
3

obra / superpowers

Shell★ 287,449⑂ 25,707▲ 522 stars
4

mattpocock / skills

Shell★ 263,290⑂ 22,209▲ 820 stars
5

affaan-m / ECC

JavaScript★ 259,734⑂ 38,861▲ 1,046 stars
6

n8n-io / n8n

TypeScript★ 204,528⑂ 60,703▲ 167 stars
7

ollama / ollama

Go★ 181,115⑂ 17,904▲ 140 stars
8

msitarzewski / agency-agents

Shell★ 152,765⑂ 24,625▲ 328 stars

More Trending Repositories