Standalone application for visualizing Feldera DBSP circuit profiles.
This is a Single-Page Application (SPA) web app for loading and visualizing circuit profiles using profiler-layout. Supports loading profiles from support bundle .zip files.
Provides the same functionality as the Web Console's integrated profiler.
bun install
bun run devThe web app is available at http://localhost:5174.
If you have a dev build running, run
cd js-packages/profiler-layout && bun run buildto update the app on the fly with the latest profiler-layout changes.
bun run buildThe app is compiled into a single dist/index.html. It can be served by a server or opened directly in the browser.
profiler-layout is re-built automatically.
Click the "Load Bundle" button and select a support bundle .zip file to load.
Included in data/:
rec.json- Example profile
Thin wrapper around profiler-layout:
- HTML structure for profiler UI
- Browser-based .zip archive processing with
but-unzip
MIT