Diagfy

See your pipeline before you ship it. See your query after it runs slow.

Two small, focused tools for the parts of data work that are easier to reason about as a picture than as text: how data moves between systems, and where a Redshift query actually spends its time.

DF diagfy.com/dfgen

DF Gen

Describe a data flow as a short list of steps, and get a rendered diagram back — no drawing required.

  • Plain-text syntax: type:name -> type:name
  • Distinct shapes for files, tables, and processes
  • Download the result as SVG or PNG
Open DF Gen
PS diagfy.com/redshiftplan

PLAN/SCOPE

Paste a Redshift EXPLAIN output and see the execution tree, not just a wall of indented text.

  • Plan rendered as a diagram, sized and colored by cost
  • Heuristics flag scans, joins, and cost cliffs worth a look
  • Cross-reference plan nodes against your original SQL
Open PLAN/SCOPE
Both tools run entirely client-side·nothing you paste is uploaded anywhere·no accounts