Skip to content

Instantly share code, notes, and snippets.

@alexcthomas
alexcthomas / airflow_on_windows_hyperv_kubernetes_helm.md
Created May 10, 2024 16:08
Set up a full Airflow installation on Windows using Hyper-V and Kubernetes

Set up a full Airflow installation on Windows using Hyper-V, Kubernetes and Helm

High-level steps

  1. Prerequisites
  2. Create the core node
  3. Create the worker nodes
  4. Bring up Kubernetes cluster
  5. Install Airflow with Helm

Prerequisites

@alexcthomas
alexcthomas / copy_from_time_machine.py
Last active June 9, 2022 23:34
Copy data from a Time Machine volume mounted on a Linux box.
"""
A script to rebuild an Apple Time Machine (TM) drive somewhere sensible
The original and best is from here:
https://gist.github.com/vjt/5183305
"""
import os
import sys
import pdb