|
|
|
|
|
by szarnyasg
463 days ago
|
|
Hi, DuckDB devrel here. DuckDB is an analytical SQL database in the form factor of SQLite (i.e., in-process). This quadrant summarizes its space in the landscape: https://blobs.duckdb.org/slides/goto-amsterdam-2024-duckdb-g... It works as a replacement / complementary component to dataframe libraries due to it's speed and (vertical) scalability. It's lightweight and dependency-free, so it also works as part of data processing pipelines. |
|