influxdata / influxdata/influxdb

Move TableGraphs to FromFluxResult

Open
#18,364 0 comments 0 reactions 0 assignees View on GitHub
kind/tech-debt team/ui
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.