# Redpanda to S3 JSON export

Published articles for Redpanda to S3 JSON export.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Exporting data from Redpanda to S3 in batched JSON

DevFeed: [Exporting data from Redpanda to S3 in batched JSON](<https://devfeed.tech/articles/exporting-data-from-redpanda-to-s3-in-batched-json-12698.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/exporting-data-from-redpanda-to-s3-in-batched-json-arrays>)

Author: Chandler Mayo

Published: 2025-08-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [parquet](<https://devfeed.tech/topics/parquet.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [schema-evolution](<https://devfeed.tech/topics/schema-evolution.md>)

Tags: [batch-json-arrays-to-s3](<https://devfeed.tech/tags/batch-json-arrays-to-s3.md>), [batching](<https://devfeed.tech/tags/batching.md>), [batching-messages-in-s3](<https://devfeed.tech/tags/batching-messages-in-s3.md>), [building-event-driven-pipelines-with-sqs-and-s3](<https://devfeed.tech/tags/building-event-driven-pipelines-with-sqs-and-s3.md>), [data](<https://devfeed.tech/tags/data.md>), [exporting-data-from-redpanda-to-s3](<https://devfeed.tech/tags/exporting-data-from-redpanda-to-s3.md>), [exporting-parquet-files-to-s3](<https://devfeed.tech/tags/exporting-parquet-files-to-s3.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [optimize-redpanda-s3-pipeline](<https://devfeed.tech/tags/optimize-redpanda-s3-pipeline.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [redpanda-connect](<https://devfeed.tech/tags/redpanda-connect.md>), [redpanda-s3-integration](<https://devfeed.tech/tags/redpanda-s3-integration.md>), [redpanda-to-s3-json-export](<https://devfeed.tech/tags/redpanda-to-s3-json-export.md>), [s3](<https://devfeed.tech/tags/s3.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [setting-up-redpanda-observability-in-datadog](<https://devfeed.tech/tags/setting-up-redpanda-observability-in-datadog.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [streaming-data-to-s3-with-redpanda](<https://devfeed.tech/tags/streaming-data-to-s3-with-redpanda.md>), [streaming-optimized-data-to-s3-for-analytics](<https://devfeed.tech/tags/streaming-optimized-data-to-s3-for-analytics.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial showing how to configure a Redpanda Connect pipeline to batch multiple Redpanda messages into JSON files stored in Amazon S3. It explains the performance benefits of batching, deployment considerations for Redpanda Serverless, and production tuning options, then points to Parquet for larger analytical workloads.

### Source excerpt

Learn how to write messages from Redpanda to its own JSON file in S3.