6

I am a fresher in Big Data. I have database in MySQL and I don't know how to import this to Apache Kafka for streaming process. And then get data from consumer. Please give me advice.

lam nguyen
  • 95
  • 3
  • 7
  • Please read [stackoverflow.com/help/how-to-ask](http://stackoverflow.com/help/how-to-ask) and edit your post with more information, sample code, and the steps you have taken so far. This information will make it more likely that someone can help you. – abarisone Jun 30 '16 at 09:05

1 Answers1

3

Regarding putting mysql data into kafka I'd suggest having a look at the kafka-connect jdbc connector.

Next, you have a flurry of stream processing frameworks, with their own benefits and drawbacks, to choose from in order to do computation on your streaming data stored in kafka:

BenFradet
  • 453
  • 3
  • 10