Hacker News new | ask | show | jobs
by cha0sengine 1210 days ago
Hi, I recorded a quick loom here -> https://www.loom.com/share/876f1475113a481b8d2591d0ce2f302c

But basically if you login to the Quix Portal and head to the library you can see a bunch of data sources.

1 comments

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?
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...