UMH parquet
# general
d
how would you guys go from "UMH" to parquet files? costumer wants to do analysis in azure and i have to deliver data in parquet format on a blob storage
j
Some thoughts: - the paid version of timescaledb with tiered storage used parquet: https://docs.timescale.com/use-timescale/latest/data-tiering/about-data-tiering/ - there is a benthos parquet processor https://docs.redpanda.com/redpanda-connect/components/processors/parquet_encode/
d
would you deploy this as DFC? Kafka_to_parquet_bridge ish?
combining this as cold and hot path to azure would you subscribe to certain topics on the kafka/mqtt stream and publish them to parquet for cold path and iot/event hub for hot path?
both using DFC?
this is in prep for an UMH demo for the costumer i've contacted @Jermuk and @Alex about! 😉
j
yes, exactly!