---
title: "GopherCon 2025: Plowing Through Data  Building Flexible Pipelines with Go - Mindy Ratcliff"
url: https://daily.dev/posts/gophercon-2025-plowing-through-data-building-flexible-pipelines-with-go---mindy-ratcliff-vurhaio6t
source_url: https://www.youtube.com/watch?v=R-P9Ltjc_uw
type: video:youtube
source: "GopherCon (Gopher Academy)"
published: 2026-05-31T07:46:55.471Z
updated: 2026-05-31T07:58:07.904Z
tags: ["devops", "golang"]
reading_time: 22
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GopherCon 2025: Plowing Through Data  Building Flexible Pipelines with Go - Mindy Ratcliff

**[GopherCon \(Gopher Academy\)](https://daily.dev/sources/gopheracademy)** · 22 min read · 0 upvotes · 0 comments

## Summary

A GopherCon 2025 talk by Mindy Ratcliff from Bayer Crop Science on building flexible, reusable data pipelines in Go using generics. The talk covers the challenges of agricultural data processing at scale — handling diverse data sources, seasonal harvest spikes, and rapid business changes — and contrasts a rigid, hard-coded pipeline approach with a generic, composable pipeline package. The solution uses type-parameterized handlers, a Start/Pipe/End pattern with Go channels and goroutines, enabling engineers to chain pipeline stages without rewriting code, maintaining type safety and separation of business logic from infrastructure.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=R-P9Ltjc_uw>

---

Tags: [#devops](https://daily.dev/tags/devops), [#golang](https://daily.dev/tags/golang)

[View this post on daily.dev](https://daily.dev/posts/gophercon-2025-plowing-through-data-building-flexible-pipelines-with-go---mindy-ratcliff-vurhaio6t)
