Getting Started
Analyze your first SQL query and view the lineage graph.
FlowScope analyzes SQL queries to produce detailed lineage graphs showing how tables, CTEs, and columns flow through data transformations. All processing happens in your browser via WebAssembly—your SQL never leaves your device.
SQL lineage maps the relationships between data sources and outputs in your queries. Understanding lineage helps you:
┌───────────────────────────────────────────────────────────────┐│ Your Browser ││ ┌─────────────┐ ┌─────────────────┐ ┌────────────────┐ ││ │ SQL Input │ → │ FlowScope WASM │ → │ Lineage Graph │ ││ │ │ │ Engine │ │ Visualization │ ││ └─────────────┘ └─────────────────┘ └────────────────┘ ││ ↓ ││ ┌──────────────┐ ││ │ Exports │ ││ │ JSON/Mermaid │ ││ │ HTML/Excel │ ││ └──────────────┘ │└───────────────────────────────────────────────────────────────┘Getting Started
Analyze your first SQL query and view the lineage graph.
Analyzing Queries
Input methods, query validation, and supported statement types.
Lineage Visualization
Reading the graph, node types, and navigation controls.
SQL Dialects
Supported dialects and syntax differences.
Advanced Patterns
CTEs, dbt templates, complex transformations.
CLI Reference
Analyze SQL files from the command line.
FlowScope is available in multiple forms:
| Interface | Description |
|---|---|
| Web App | Interactive browser-based analysis |
| CLI Tool | Command-line analysis with multiple output formats |
| NPM Package | Embed lineage analysis in your applications |
| VS Code Extension | Analyze SQL directly in your editor |