Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuhexiong/kafka-to-csv-converter-python


https://github.com/yuhexiong/kafka-to-csv-converter-python

apache-kafka csv kafka

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kafka To CSV

Parse the messages in the specified Kafka topic as JSON, then convert the keys and values into columns and values, and export them as CSV.

## Overview

- Language: Python

## Run

edit kafka host and topic in code.
```
python kafka-to-csv-converter.py
```