sdpython / pandas-streaming

Streaming API for pandas applied to big datasets
https://sdpython.github.io/doc/pandas-streaming/dev/
MIT License
27 stars 8 forks source link

Support of streaming data sources #20

Open navado opened 3 years ago

navado commented 3 years ago

Like receiving io streams and quantization criterion, Kafka and other remote queues in a similar way like Spark streaming works.

sdpython commented 2 years ago

It would help me if you have an example I could use to see what you would like.