766 tutorials · free to read

A working handbook for data and software engineering.

Hands-on tutorials by Alex Merced on Apache Iceberg, the data lakehouse, pipelines, agentic AI, and the languages and tools that hold it all together.

Browse by topic

All topics

Latest tutorials

Page 65 of 128
  1. 01Connect Databricks Unity Catalog to Dremio Cloud: Query Delta Lake Tables with Federation and AIDatabricks Unity Catalog is Databricks' governance layer for data and AI assets. It manages Delta Lake tables, machine learning models, feature stores, and o...
  2. 02Connect Any Iceberg REST Catalog to Dremio Cloud: Universal Lakehouse AccessThe Apache Iceberg REST Catalog specification defines a standard HTTP API for managing Iceberg table metadata. Any catalog implementation that conforms to th...
  3. 03Dremio's Built-in Open Catalog: Your Zero-Configuration Apache Iceberg LakehouseEvery Dremio Cloud account starts with a built-in Open Catalog : a fully managed Apache Iceberg catalog with integrated storage. When you create a Dremio C...
  4. 04Connect Dremio Software to Dremio Cloud: Hybrid Federation Across DeploymentsDremio Cloud can connect to Dremio Software (self-managed) instances as a federated data source. This creates a hybrid deployment where Dremio Cloud serves a...
  5. 05How to Think Like a Data EngineerThe median lifespan of a popular data tool is about three years. The tool you master today may be deprecated or replaced by the time your next project ships....
  6. 06How to Design Reliable Data PipelinesMost pipeline failures aren't caused by bad code. They're caused by no architecture. A script that reads from an API, transforms JSON, and writes to a databa...