The Airport extension brings Arrow Flight support to DuckDB, enabling DuckDB to query, modify, and store data via Arrow Flight servers.
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/airport
INSTALL airport FROM community;
LOAD airport;For instructions on building the extension from source and running its tests, see BUILDING.md.