leo.blog();

2023-02-14

Microprediction

Wrote a script to align data streams that arrive a few second offset from each other. This allows us to build datasets that include multiple streams in the same row.

ClickHouse docs refer to this as an “ASOF JOIN”. Probably a better keyword for this.

Leave a Comment