Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuhexiong/kafka-to-csv-converter-python
- Owner: yuhexiong
- Created: 2024-10-04T03:17:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T01:33:51.000Z (about 1 month ago)
- Last Synced: 2024-12-16T02:28:33.211Z (about 1 month ago)
- Topics: apache-kafka, csv, kafka
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```