I am trying to create a Kafka Stream from a csv file too and I am wondering if I can skip out on the Flask API part entirely? Is this the REST API that was the bonus task?
Yeah you could just skip the Flask step entirely here, this was a stipulation of the task I was given (use a REST endpoint) but you can ingest however you want of course
Hi, thanks for posting your brilliant work!
I am trying to create a Kafka Stream from a csv file too and I am wondering if I can skip out on the Flask API part entirely? Is this the REST API that was the bonus task?
Appreciate your help!