maki-nage / makinage

Stream Processing Made Easy
https://www.makinage.org
MIT License
38 stars 1 forks source link

Add CLI to import data from csv #1

Open MainRo opened 3 years ago

MainRo commented 3 years ago

Since CSV data is very common, a dedicate tool to import csv data in kafka would be interesting. This tool would be a maki-nage application with only a sink topic.

makinage-push-from-csv --csv [csv file] --partition-key [column]

The partition-key column indicate what column in the cvs should be used for partitioning. If no columns is provided, then a single partition is used.