expanso-kafka-to-s3
Installation
SKILL.md
Kafka to S3
Stream data from Kafka topics to S3 buckets with intelligent partitioning, batching, and compression.
Category
data-routing
Quick Start
# Configure environment
export KAFKA_BROKERS=localhost:9092
export AWS_ACCESS_KEY_ID=your-key
export AWS_SECRET_ACCESS_KEY=your-secret
export S3_BUCKET=your-bucket