175k views
5 votes
Kinesis Firehose - what data conversions can be done into S3?

(A) JSON to Apache Parquet
(B) Comma-separated values (CSV) to Apache ORC
(C) Structured text to JSON
(D) All of the above

User Slm
by
8.5k points

1 Answer

3 votes

Final answer:

Kinesis Firehose can perform multiple data conversions into S3, including JSON to Apache Parquet, CSV to Apache ORC, and structured text to JSON.

Step-by-step explanation:

The data conversions that can be done into S3 using Kinesis Firehose are:

  1. JSON to Apache Parquet: Kinesis Firehose can convert JSON data to Apache Parquet, which is a columnar storage format.
  2. Comma-separated values (CSV) to Apache ORC: Kinesis Firehose can convert CSV data to Apache ORC (Optimized Row Columnar), another columnar storage format.
  3. Structured text to JSON: Kinesis Firehose can convert structured text data into JSON format.

Therefore, the correct answer is (D) All of the above.

User King Jia
by
7.8k points