Software Engineering Team CU Dept. of Biomedical Informatics

Blog

Showing 1 of 19 results
Clear search

2024

2023

2022

Tip of the Week: Data Engineering with SQL, Arrow and DuckDB

Apache Arrow is a language-independent and high performance data format useful in many scenarios. DuckDB is an in-process SQL-based data management system which is Arrow-compatible. In addition to providing a SQLite-like database format, DuckDB also provides a standardized and high performance way to work with Arrow data where otherwise one may be forced to language-specific data structures or transforms.