Hacker News new | ask | show | jobs
by mc2568 1210 days ago
Hmm..this requires signing up with your platform which I'd prefer not do. But streaming from a CSV is good enough for me. I noticed you have nice kafka-python/vanilla Kafka tutorial on your blog (the "...event-driven system to get ML predictions" one), which shows how to do that. I assume the same process can be followed with this new library? Do you have any docs that show how to stream from a CSV?
1 comments

All the samples and connectors are also open source in this repo https://github.com/quixio/quix-library

This project has a stream from CSV example https://gist.github.com/merlin-quix/e42594da530432cbd050bd83...