Dagster & DuckDB
About this integration
This library provides an integration with the DuckDB database, and allows for an out-of-the-box I/O Manager so that you can make DuckDB your storage of choice.
Installation
pip install dagster-duckdb
Example
Loading...
About DuckDB
DuckDB is a column-oriented in-process OLAP database. A typical OLTP relational database like SQLite is row-oriented. In row-oriented database, data is organised physically as consecutive tuples.