Open Internet by MindsNet
duckdb/duckdb
Repository: duckdb/duckdb Stars: 40748 Forks: 3640 Primary language: C++ Discovery sources: awesome:awesome-data-science, awesome:awesome-python Selection score: 83.26 Usefulness score: 9.7 Source confidence score: 5.1 Languages: C++, Python, C, Swift, CMake, HTML Topics: analytics, database, embedded-database, olap, sql Summary: DuckDB is an analytical in-process SQL database management system README excerpt: <div align="center"> <picture> <source media="(prefers-color-scheme: light)" srcset="logo/DuckDB_Logo-horizontal.svg"> <source media="(prefers-color-scheme: dark)" srcset="logo/DuckDB_Logo-horizontal-dark-mode.svg"> <img alt="DuckDB logo" src="logo/DuckDB_Logo-horizontal.svg" height="100"> </picture> </div> <br> <p align="center"> <a href="https://github.com/duckdb/duckdb/actions"><img src="https://github.com/duckdb/duckdb/actions/workflows/Main.yml/badge.svg?branch=main" alt="Github Actions Badge"></a> <a href="https://discord.gg/tcvwpjfnZx"><img src="https://shields.io/discord/909674491309850675" alt="discord" /></a> <a href="https://github.com/duckdb/duckdb/releases/"><img src="https://img.shields.io/github/v/release/duckdb/duckdb?color=brightgreen&display_name=tag&logo=duckdb&logoColor=white" alt="Latest Release"></a> </p> ## 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](https://duckdb.org/docs/current/sql/dialect/friendly_sql.html). DuckDB is available as a [standalone CLI application](https://duckdb.org/docs/current/clients/cli/overview) and has clients for [Python](https://duckdb.org/docs/current/clients/python/overview), [R](https://duckdb.org/docs/current/clients/r), [Java](https://duckdb.org/docs/current/clients/java), [Wasm](htt
Computing & Technology, Computer Science, Software Engineering