/TheBearVsTheDuck

Compare DuckDB v Polars for Data Pipelines.

Primary LanguagePython

TheBearVsTheDuck

Compare DuckDB v Polars SQL Context for Data Pipelines.

Create a simple pipeline in both DuckDB and Polars, then discuss how each pipeline is different, how you test them, and other such data engineering topics.

Build and Run

To build the docker image docker build . --tag=duckvbear

To run the code ...

  • DuckDB docker-compose up ducky
  • Polars docker-compose up bear