Skip to content

Commit

Permalink
Merge pull request #229 from RConsortium/228-adding-link-to-kafka-blo…
Browse files Browse the repository at this point in the history
…g-post

adding link to kafka blog
  • Loading branch information
jcasman authored Nov 25, 2024
2 parents 3dc8c08 + 6b9cf51 commit 9a09813
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ image: "Andreas.png"
date: "11/12/2024"
---

![](Andreas.png)
![](Andreas.png){width=50%}

In a recent interview with the R Consortium, [Andreas Neudecker](https://www.linkedin.com/in/andreas-neudecker-457946208/), solution architect at INWT, a data and analytics company located in Berlin, Germany, shared insights into the motivation behind developing an Apache Kafka client for R and the challenges it aims to address within the R ecosystem. His company frequently builds models in both R and Python, often encountering the need for real-time data analytics from Kafka clusters. When a real-time fraud detection project required connecting to a Kafka cluster, the lack of a stable Kafka client for R forced them to switch to Python despite having an R-based model ready to go. This experience highlighted the gap in R's real-time data processing capabilities. It inspired Andreas to develop a Kafka client for R, making it easier to access real-time data sources and potentially leveling the playing field with Python.

To get started using kafka right away, please reference this article by Andreas titled "[Introducing the kafka R Package](https://www.inwt-statistics.com/blog/r-package-kafka)," which covers an example to demonstrate how kafka works.

GitHub repository: [https://github.com/INWTlab/r-kafka](https://github.com/INWTlab/r-kafka)

Installation from GitHub:
Expand Down

0 comments on commit 9a09813

Please sign in to comment.