Skip to content

Commit

Permalink
doc: update readme - to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
80avin committed Apr 3, 2024
1 parent a3078ac commit cef5b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Query Plan Visualizer
- read verbose query plan
- all available properties should be captured. data type of a property should be automatically inferred.
- allow defining custom properties (dimensions)

- custom properties can be javascript like expressions like `deltaCost = '$.statsGroups[0].cost[1] - $.statsGroups[0].cost[0]'`
- use [ jsep ](https://www.npmjs.com/package/jsep) to parse/evaluate expressions similar to https://github.com/JSONPath-Plus/JSONPath/pull/185/files
-

- [x] Create panels for
- tree visualization
- raw query plan text
- raw query text
- Stats (table) where facts and dimensions can be configured. Also can be configured how to aggregate (sum/average, etc.) dimensions.
- [x] Use https://www.npmjs.com/package/react-grid-layout or https://www.npmjs.com/package/react-mosaic-component to create resizable, movable, tabbable panels for
- [x] Use [react-grid-layout](https://www.npmjs.com/package/react-grid-layout) or [react-mosaic-component](https://www.npmjs.com/package/react-mosaic-component) to create resizable, movable, tabbable panels for
- tree visualization
- raw query plan text
- raw query text
Expand Down

0 comments on commit cef5b38

Please sign in to comment.