Skip to content

Instantly share code, notes, and snippets.

@drushman
Created April 8, 2018 10:22
Show Gist options
  • Save drushman/372841389a4191a7fdd3536a614d6db9 to your computer and use it in GitHub Desktop.
Save drushman/372841389a4191a7fdd3536a614d6db9 to your computer and use it in GitHub Desktop.
#### Why we should move to Kafka
* Stream data from many of data source (mysql, oracle) - Connector
* Many of big company being use it. (Better for developer career)
* Support streaming that enables transform data, or process data with pipeline
* Very simple just has `Topic`
* Messages are stored that enables debugging or simple event sourcing
* A new approach to deal with big data when company growing with more data
* MapReduce
* DataPipeline
* Distribute computing
* Realtime report
* Machine learning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment