Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support data transformation on the query result before visualize #14

Closed
shawncao opened this issue Nov 6, 2020 · 1 comment
Closed
Assignees
Labels
p1 Most important issues

Comments

@shawncao
Copy link
Collaborator

shawncao commented Nov 6, 2020

Sometimes, user have defined metrics on the query result itself. For example

  1. new metric column per row = col(A) / col(B)
  2. further aggregate across different rows: (A B 1) (A C 2) => (A B/C=0.5)

No matter what - we will pass the raw JSON blob to user and let it transform uses its own transform lambda, new schema will be discovered in the transformed result.

@shawncao shawncao self-assigned this Nov 18, 2020
@shawncao
Copy link
Collaborator Author

solved by SDK to support pivot and map functions.

@shawncao shawncao added this to To do in Nebula Web UI via automation Nov 18, 2020
@shawncao shawncao added the p1 Most important issues label Nov 18, 2020
Nebula Web UI automation moved this from To do to Done Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Most important issues
Projects
Nebula Web UI
  
Done
Development

No branches or pull requests

1 participant