Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the following diagram, we describe the proposed data format changes in each state and the process of the transformation. In short, we propose replacing compression with Parquet. Parquet combines encoding and compression at the segment level. The ingestion consumer is simplified by solely dumping the Parquet segment into the data lake. 

Image Added

Producer

The producer writes the in-memory data structures directly to the Kafka client and encodes and compresses all together. 

...