/plushcap/analysis/cockroach-labs/from-batch-to-streaming-data-real-time-monitoring-with-snowflake-looker-and-cockroachdb

From Batch to Streaming Data: Real Time Monitoring with Snowflake, Looker, and CockroachDB

What's this blog post about?

The article discusses the transition from batch to streaming data for real-time monitoring using Snowflake, Looker, and CockroachDB. It explains how Cockroach Labs uses telemetry data collected internally on product usage to inform decisions about features and services. The company initially used weekly cron jobs and batch updates but switched to changefeeds for faster, more reliable data updates. Changefeeds watch a table or set of tables, pick up any changes to the underlying data, and emit those changes via a changefeed. This approach has added robustness and reliability to their process, allowing them to go from weekly to daily or near real-time metrics. The journey of their data involves using an AWS S3 bucket as a general-purpose data dump, loading the data into Snowflake using Snowpipe, and finally reading it in Looker for aggregation and displaying in dashboards.

Company
Cockroach Labs

Date published
March 16, 2021

Author(s)
Abbey Russell

Word count
1198

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.