<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Data-Engineering on Neputer Blog</title><link>https://blog.neputer.com/tags/data-engineering/</link><description>Recent content in Data-Engineering on Neputer Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 02 Aug 2026 15:41:29 +0545</lastBuildDate><atom:link href="https://blog.neputer.com/tags/data-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Real-Time Data Pipeline with Apache Kafka and ClickHouse</title><link>https://blog.neputer.com/posts/kafka-clickhouse-pipeline/</link><pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate><guid>https://blog.neputer.com/posts/kafka-clickhouse-pipeline/</guid><description>&lt;p&gt;When your analytics queries go from &amp;ldquo;how did we do last week?&amp;rdquo; to &amp;ldquo;what&amp;rsquo;s happening right now?&amp;rdquo;, your data warehouse needs to evolve. Here&amp;rsquo;s how we built a real-time pipeline handling 500K events/second with sub-second query latency.&lt;/p&gt;
&lt;h2 id="architecture-overview"&gt;Architecture Overview&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;┌──────────┐ ┌──────────┐ ┌────────────┐ ┌──────────┐
│ Services │────▶│ Kafka │────▶│ ClickHouse │────▶│ Grafana │
│ (protobuf)│ │ (Avro) │ │ (MergeTree)│ │ Dashboards│
└──────────┘ └──────────┘ └────────────┘ └──────────┘
│
▼
┌──────────┐
│ Schema │
│ Registry │
└──────────┘
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="why-clickhouse-over-traditional-olap"&gt;Why ClickHouse Over Traditional OLAP?&lt;/h2&gt;
&lt;p&gt;ClickHouse is a columnar database built for real-time analytics. Unlike Snowflake or BigQuery:&lt;/p&gt;</description></item></channel></rss>