Data Eng Weekly


Data Eng Weekly Issue #317

14 July 2019

Lots of new tools to check out this week—Dagster, Dataform, Beast (a Kafka-to-BigQuery service), coverage of OpenTSDB and Graphite (yes they're still being used and getting new tools!), and two great technical deep dives on change data capture for Apache Cassandra and efficiently loading data to Postgresql using Python.

Technical

Google Cloud writes about running a database on Kubernetes—they describe some Kubernetes-specific items to think about and reference a couple of Kubernetes Operator implementations that address the major pieces of running a database on Kubernetes.

https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider

Dagster is a new open source workflow engine tool from a team that includes one of the co-creators of GraphQL. It includes a nice UI for inspecting your pipeline and a number of integrations, including with AWS, GCP, Pagerduty, Snowflake, Datadog, Spark, and Airflow. The tool is meant to provide functionality to bring together data scientists, data engineers, and others to collaborate on data pipelines.

https://medium.com/@schrockn/introducing-dagster-dbd28442b2b7

A look at OpenTSDB's row key format, how that format distributes metrics across region servers, and a new tool from the Salesforce team to lookup the region servers for a particular key.

https://engineering.salesforce.com/opentsdb-metric-hbase-region-finder-cf3d55c79565

Another look at time series databases—Teads writes about how they scaled graphite from 50k metrics per second to 400k per second by switching to the Go Graphite stack. That stack includes a relay server that implements consistent hashing, and the Teads folks added deterministic replication. Their post includes an architectural overview and a discussion of how they add and replace nodes (which requires some additional scripting) to maintain data availability.

https://medium.com/teads-engineering/scaling-graphite-in-a-cloud-environment-6a92fb495e5

Dataform is a new tool for building data workflows using SQL in a data warehouse. It lets you schedule creation of new tables based on a SQL query, store these transformations in version control, and manage checks/alerts on those tables.

https://dataform.co/blog/introducing-dataform/

The Sematext blog looks at a number of open source tools for log analysis and monitoring. The break out the components of a log pipeline into log shippers/parsers, storage, search, visualization, and alerts. For each component, they look at some popular tools (like rsyslog as a log shipper) and describe some common combinations.

https://sematext.com/blog/best-log-management-tools/

This post looks at a half dozen strategies for loading data into Postgresql using Python and psycopg. The author looks at both timing and memory usage—the performance varies cross four orders of magnitude for both. The fastest is a COPY-based approach using a string iterator. The author notes, though, that the best approach for your use case might be data size and structure-dependent.

https://hakibenita.com/fast-load-data-python-postgresql

Beast is an open source project from Gojek for transferring protobuf datasets from Apache Kafka to BigQuery. The Gojek blog writes about the architecture (how it handles commit offsets and scales). They also have a helm chart if you want to give it a try on Kubernetes.

https://blog.gojekengineering.com/beast-moving-data-from-kafka-to-bigquery-3c22567a3472

This post describes the architecture of a new open-source change data capture tool for Apache Cassandra from the folks at Wepay. The author describes several potential designs and why they landed on the architecture they did. Lots of interesting details in how they ship replicated data from an eventually consistent distributed database to BigQuery for analysis.

https://wecode.wepay.com/posts/streaming-cassandra-at-wepay-part-1

The New Stack looks at two presentations from last month's QCon New York. PayPal spoke about their Hera service (which is open source) for multiplexing connections to databases and horizontal scaling. LinkedIn spoke about Brooklin, their tool for moving data between distributed data stores.

https://thenewstack.io/how-linkedin-paypal-each-beat-database-lag-with-home-built-open-source/
https://github.com/paypal/hera

Events

Curated by Datadog ( http://www.datadog.com )

California

Hosted at Confluent HQ: Exactly Once + Kubernetes + CDC with Pinterest (Palo Alto) - Tuesday, July 16
https://www.meetup.com/KafkaBayArea/events/262715611/

Washington

.NET for Apache Spark (Bellevue) - Wednesday, July 17
https://www.meetup.com/Big-Data-Bellevue-BDB/events/260480242/

Texas

Data Movement & Transformation Between Heterogeneous SQL & NoSQL Datastores (Austin) - Wednesday, July 17
https://www.meetup.com/Austin-NoSQL-DevOps-Meetup/events/261270879/

Ohio

Cleveland Big Data Meetup (Cleveland) - Monday, July 15
https://www.meetup.com/Cleveland-Hadoop/events/259867302/

Florida

Azure Data Factory v2 Data Flows (Tampa) - Tuesday, July 16
https://www.meetup.com/Tampa-Bay-BI-Data-Analytics/events/262029826/

New York

Kafka on Kubernetes: Just Because You Can, Doesn't Mean You Should! (New York) - Thursday, July 18
https://www.meetup.com/Docker-NewYorkCity/events/262850786/

COLOMBIA

Apache Spark and Spark Structured Streaming (Bogota) - Thursday, July 18
https://www.meetup.com/Apache-Spark-Bogota/events/262979491/

BRAZIL

6th Data Engineering Meetup (Belo Horizonte) - Thursday, July 18
https://www.meetup.com/engenharia-de-dados/events/262790140/

ITALY

Proof of Kafka (Milano) - Wednesday, July 17
https://www.meetup.com/Milano-Kafka-meetup/events/262811106/

POLAND

Data Tech Talks: Open Source & Public Cloud (Warszawa) - Wednesday, July 17
https://www.meetup.com/warsaw-data-tech-talks/events/263027883/

KENYA

Building Scalable Data Pipelines with Kafka and Apache Spark (Nairobi) - Saturday, July 20
https://www.meetup.com/nairobi-jvm/events/262476516/

INDIA

Amazon Managed Blockchain & Data Engineering (Pune) - Saturday, July 20
https://www.meetup.com/Cloud-computing-aws-and-scalability/events/262785323/

AUSTRALIA

Sydney Data Engineering Meetup (Haymarket) - Thursday, July 18
https://www.meetup.com/Sydney-Data-Engineering-Meetup/events/262243748/

Links are provided for informational purposes and do not imply endorsement. All views expressed in this newsletter are my own and do not represent the opinions of current, former, or future employers.