Skip to content
Hrushiekesh Reddy Kanjula

#data-engineering

Tagged posts

6 posts tagged with "data-engineering".

April 20, 2026

·

~6 min read

·engineering

Closed-Loop Manufacturing: Cross-Linking AOI and SMT Machine Telemetry

An optical defect and the machine event that caused it happen minutes apart and live in separate databases. Time-windowing SQL joins close the loop — here is how.

sqlmanufacturinganalyticsaoismtdata-engineering

April 13, 2026

·

~7 min read

·engineering

The SQL Window Function That Saved Our Defect Attribution

SMT machines log generic errors milliseconds before they log the component that caused them. A forward-fill CTE using SQL window functions bridges that gap — here is exactly how it works.

sqlsqlitewindow-functionsmanufacturingdata-engineeringanalytics

March 30, 2026

·

~6 min read

·engineering

Parsing Nested XML from Flying Probe Testers into a Relational Database

Flying Probe Tester XML files are massive, nested, and namespace-unstable. Here is the three-table relational schema and defensive parsing strategy that tames them.

pythonxmlsqlitemanufacturingtestingdata-engineering

March 23, 2026

·

~6 min read

·engineering

Fuzzy Matching AOI Defect Data to Your Component Library

AOI machines generate defect reports with part numbers that almost match your library. Here is the dynamic parsing and fuzzy matching system that bridges that gap.

pythonfuzzy-matchingaoimanufacturinginspectiondata-engineering

March 16, 2026

·

~6 min read

·engineering

Parsing the Unparseable: Adaptive BOM Ingestion for Customer Spreadsheets

Customers send spreadsheets that look nothing alike. Hardcoded column indices fail on day two. Here is the four-step heuristic pipeline that handles anything.

pythondata-engineeringexcelbomheuristicsmanufacturing

March 9, 2026

·

~7 min read

·engineering

Normalizing 20,000 Components: The Data Pipeline Behind SMT Assembly Intelligence

A 10kΩ resistor has at least eight names in the wild. Here is how a regex-driven normalization engine turns manufacturing chaos into a canonical data layer.

pythondata-engineeringmanufacturingregexsmtbom