<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Julius Nyambok Nyerere</title>
    <description>The latest articles on DEV Community by Julius Nyambok Nyerere (@jnyambok).</description>
    <link>https://dev.to/jnyambok</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2103598%2F120a1080-d408-4476-ba23-dec5d1cdeac1.png</url>
      <title>DEV Community: Julius Nyambok Nyerere</title>
      <link>https://dev.to/jnyambok</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jnyambok"/>
    <language>en</language>
    <item>
      <title>Why Your Data Pipeline Hates CSV - And what to use instead</title>
      <dc:creator>Julius Nyambok Nyerere</dc:creator>
      <pubDate>Wed, 18 Mar 2026 15:42:48 +0000</pubDate>
      <link>https://dev.to/jnyambok/why-your-data-pipeline-hates-csv-and-what-to-use-instead-38p9</link>
      <guid>https://dev.to/jnyambok/why-your-data-pipeline-hates-csv-and-what-to-use-instead-38p9</guid>
      <description>&lt;p&gt;Using CSVs in production environments creates significant performance bottlenecks. While they are easy to use for small tasks, they lack schema enforcement and efficient compression.&lt;/p&gt;

&lt;p&gt;I have written an article titled "Why Your Data Pipeline Hates CSV - And what to use instead," a technical guide published by Towards Data Engineering that compares four superior alternatives for scalable pipelines:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Parquet: Optimized for columnar storage and large-scale analytical queries.&lt;/li&gt;
&lt;li&gt;Avro: A row-based format designed for high-write streaming and Kafka pipelines.&lt;/li&gt;
&lt;li&gt;JSON: The standard format for semi-structured data and API interactions.&lt;/li&gt;
&lt;li&gt;ORC: A specialized columnar format for Hive and Hadoop ecosystems.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fib3reswc043gmly5tjns.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fib3reswc043gmly5tjns.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://medium.com/towards-data-engineering/why-your-data-pipeline-hates-csv-and-what-to-use-instead-418ea43ff8c5" rel="noopener noreferrer"&gt;Why Your Data Pipeline Hates CSV — And What to Use Instead&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>dataengineering</category>
      <category>computerscience</category>
      <category>data</category>
    </item>
  </channel>
</rss>
