Query Graphs visualizes database query plans as interactive graphs, entirely in the browser. Start at docs/README.md — the entry point for all developer documentation.
- Architecture — the different modules and the "plan text to graph" pipeline.
- Build and Deployment — building the monorepo, running the dev/prod servers, and how the site is deployed.
- Plan Formats and Loaders — the supported plan formats and how to add a new one.
- Module-specific details live in each module's
README.md:query-graphs,standalone-app,upload-server, andplan-dumper.
standalone-app imports the core library from its compiled output in query-graphs/lib/, not from its TypeScript sources.
Changes in query-graphs/src are not visible to the app until you rebuild the library with pnpm --filter @tableau/query-graphs build.