Robin Moffatt 10/7/2020

ksqlDB - How to model a variable number of fields in a nested value (`STRUCT`)

Read Original

This technical article addresses a common ksqlDB data modeling challenge: handling a variable number of fields in a nested value. It demonstrates why a STRUCT is unsuitable for this scenario and provides a step-by-step solution using a MAP data type, including DDL syntax and query examples for accessing dynamic keys.

ksqlDB - How to model a variable number of fields in a nested value (`STRUCT`)

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week