Works

Kafka Access Log Reader 2024

A data pipeline that reads Apache web server access logs with Python and regular expressions, publishes the extracted information to Kafka and prepares it for consumption and storage in MySQL or MariaDB.

The extracted events can include IP addresses, timestamps, user agents and geolocation data for distributed analysis by marketing, sales or support teams.

  • Regex-based access log parsing
  • Kafka producer and consumer workflow
  • Structured data prepared for database storage
  • Example web interface for inspecting messages
Kafka Access Log Reader project

© 2026 Rafael Gama. All Rights Reserved.

- Fork project based on www.craftz.dog