Skip to content

Apache Kafka Crash Notes

Overview

Open source distributed stream platform for development of real time data-driven Applications.

How it Works?

Runs as a cluster that can span multiple servers or even data centers

  • Super fast: records produce are used sumultanously by the client w/out affecting performance
  • High level of accuracy
  • In order
  • Fault tolerant

Application

  • Data Integration and transformation(ETL)
  • ETL : Extract, Transform, Load

References

Lectures & Online Courses

Project