influxdata / influxdata/influxdb
Move TableGraphs to FromFluxResult
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
currently the TableGraphs component has it's own flux parser via the FluxTablesTransform component that is separate from the giraffe implementation. by moving it to using the same format as giraffe, we can normalize, centralize, and optimize csv parsing, even opening up new means of interacting with data requests against the server (apache arrow ftw)
Contributor guide
Research direction
Start by locating the TableGraphs component and its FluxTablesTransform parser, then compare their output with the format consumed by the giraffe implementation. The work is complete when TableGraphs uses FromFluxResult, CSV parsing is centralized and normalized, and existing graph data behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- data, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100