pdet/duckdblabs-arrow — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2025-05-12
Convert a DuckDB table into Arrow format to send it to another tool like a Python ML library.
Load Arrow-formatted data from another source directly into DuckDB to query it with SQL.
Move data between multiple tools in a pipeline without rewriting it into different formats each time.
| pdet/duckdblabs-arrow | achanana/mavsdk | alange/llama.cpp | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | C++ | C++ | C++ |
| Last pushed | 2025-05-12 | 2024-05-20 | — |
| Maintenance | Stale | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | data | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
As of DuckDB 1.3 this extension is deprecated, new projects should use the nanoarrow extension instead.
A DuckDB extension that converts data between DuckDB's native format and Apache Arrow, though it's being retired in favor of the nanoarrow extension.
Mainly C++. The stack also includes C++, DuckDB, Apache Arrow.
Stale — no commits in 1-2 years (last push 2025-05-12).
No license information is mentioned in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.