kafka consumer in R

0 votes
I am trying to hack together a kafka consumer in Python or R. Using the kafka console consumer I can grep for a string and retrieve the relevant data but I am at a loss when it comes to parsing it suitably in R.

There are kafka clients available in other languages but one in R would be helpful from a data analytics point of view.

Can anyone help me with the resources that will lead me to the right path?
Apr 23, 2019 in Python by ana1504.k
• 7,910 points
919 views

1 answer to this question.

0 votes

As there is a C++ API for Kafka, you could use Rcpp to bring it to R. Also, there is a library that allows you to connect to kafka - rkafka.

answered Apr 23, 2019 by SDeb
• 13,300 points

Related Questions In Python

0 votes
0 answers

What does an 'r' represent before a string in python?

Why do we put a r before ...READ MORE

Sep 21, 2022 in Python by Samuel
• 460 points
478 views
0 votes
0 answers

In Python, what does a "r" mean before a string?

In Python, what does a "r" mean ...READ MORE

Nov 17, 2022 in Python by Samuel
• 460 points
209 views
+3 votes
7 answers

How can I rename a file in Python?

yes, you can use "os.rename" for that. ...READ MORE

answered Mar 31, 2018 in Python by DareDev
• 6,890 points
19,389 views
+2 votes
2 answers

How can I create a new file in Python?

You can try the below code which ...READ MORE

answered Mar 31, 2018 in Python by anto.trigg4
• 3,440 points
987 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,088 views
0 votes
1 answer
0 votes
1 answer

Embed R code in python

You can try this : from rpy import ...READ MORE

answered Feb 11, 2019 in Python by SDeb
• 13,300 points
857 views
0 votes
1 answer

What data format for large files in R?

Zipping won't help you, as you'll have ...READ MORE

answered Jul 16, 2019 in Python by SDeb
• 13,300 points
572 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP