duckdb
Analytical DB
A high-performance analytical database system with support for complex queries and extensions to standard SQL.
DuckDB is an analytical in-process SQL database management system
25k stars
204 watching
2k forks
Language: C++
last commit: about 1 month ago
Linked from 2 awesome lists
analyticsdatabaseembedded-databaseolapsql
Related projects:
Repository | Description | Stars |
---|---|---|
duckdb/duckdb-swift | A native Swift API for an analytical database system providing fast and reliable data analysis capabilities | 85 |
duckdb/dbt-duckdb | An adapter that integrates DuckDB with dbt, allowing users to manage data transformations and analyze data in an OLAP-style analytics environment. | 944 |
mause/duckdb_engine | Provides a SQLAlchemy driver for DuckDB, enabling Python developers to interact with the DuckDB database using standard SQL | 366 |
rupurt/odbc-scanner-duckdb-extension | An extension for DuckDB that enables reading data directly from databases supporting the ODBC interface. | 80 |
paradedb/pg_analytics | Enables direct querying of data lakes from Postgres without moving data to a cloud data warehouse | 407 |
markroddy/duckdb-pytables | An extension for DuckDB that allows running SQL queries on arbitrary data sources using Python functions. | 84 |
buremba/universql | Allows Snowflake users to execute queries on local files without needing a running warehouse | 119 |
patricktrainer/duckdb-embedding-search | An application that uses DuckDB to efficiently search large datasets of comments by their semantic meaning | 115 |
bauplanlabs/quack-reduce | A playground for running DuckDB as a stateless query engine over a data lake. | 178 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 527 |
rustyconover/duckdb-evalexpr-rhai-extension | Allows evaluating a scripting language in SQL statements within a database | 14 |
dridk/sqlite2duckdb | Converts one type of relational database to another with high reading efficiency. | 12 |