I want to know how to store data into a table from a Kafka topic holding JSON data and if it's possible to store the values in a columnar structure.
Sereena Eldhose
Asked on Jul 04, 2023
jsonb
type to keep the data in JSON format.jsonb
related functions to process the data, similar to PostgreSQL.