spi-x-i / piggykaf

Asynchronously sink Kafka topics into Pandas data frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyggykafk

Asynchronously sink Kafka topics into Pandas data frames

Objective

We wanted a tool aimed at feeding a Pandas dataframe starting from a Kafka consumer interactively. Right now, we have to this manually, nor there are real solutions for it. This is another example for the same use-case.

Similar projects

There is this tentative storing a single poll retrieved batch in a Pandas dataframe. We want to actual keep our dataframe up to date with the queried data, cross partition, and possibly cross topic.

About

Asynchronously sink Kafka topics into Pandas data frames

License:MIT License