Articles by Tim Saucer (rerun.io)

  1. Writing Custom Table Providers in Apache DataFusion

    One of DataFusion's greatest strengths is its extensibility. If your data lives in a custom format, behind an API, or in a system that DataFusion does not natively support, you can teach DataFusion to read it by implementing a custom table provider. This post walks through the three layers you …