DuckDB 是进程内嵌入式分析型数据库,被称为「分析界的 SQLite」。直接对 CSV、Parquet、JSON 文件执行 SQL 查询,无需服务器,单机即可处理 GB 级数据,Python/Pandas 生态无缝集成,是数据分析师与量化研究的利器。 🔗 GitHub: https://github.com/duckdb/duckdb | GitHub Stars: 40k+ | 🔗 文档: https://duckdb.org/docs
DuckDB is an in-process analytical SQL database — SQLite for analytics. Query CSV, Parquet, and JSON files directly with SQL, no server needed, handling gigabytes on a single machine with seamless Python/Pandas integration. 🔗 GitHub: https://github.com/duckdb/duckdb | GitHub Stars: 40k+ | 🔗 Docs: https://duckdb.org/docs
DuckDB belongs to the Developer Tools category on hedirbase. Tagged with: database,analytics,olap,sql,embedded.
DuckDB is an in-process analytical SQL database — SQLite for analytics. Query CSV, Parquet, and JSON files directly with SQL, no server needed, handling gigabytes on a single machine with seamless Pyt