Hellmar Becker’s Blog · Sep 26, 2024
Druid Data Cookbook: Deconstructing Nested JSON Objects
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
In the previous episode of the Druid Data Cookbook , I showed how to extract and process all elements out of a nested array of objects in Druid. But what if the elements you want to process are scattered over different levels of the object hierarchy? By extending the UNNEST paradigm, we can handle these cases too! A data sample Our data looks like this: { "timestamp" : "2024-09-01" , "id" : "1" ,…
Read on /2024/09/27/druid-data-cookbook-deconstructing-nested-json-objects/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.