# talk-upstream-downstream **Repository Path**: mirrors_maruel/talk-upstream-downstream ## Basic Information - **Project Name**: talk-upstream-downstream - **Description**: Code for the talk I gave at ForwardJS Ottawa on 2024-09-19 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-14 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notes This repository contains the code to generate the graphs shown in my talk at ForwardJS Ottawa on 2024-09-19. Check out with: ``` git clone --recurse-submodules https://github.com/maruel/talk-upstream-downstream cd talk-upstream-downstream # Optionally speed up git-prompt: git config bash.showDirtyState false git submodule foreach --recursive git config bash.showDirtyState false # Regen all the files in data/ ./gen_all.sh ``` This may take an hour.