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

Add ability to store a pointer to some data and then visualize it in the UI #1118

Open
skrawcz opened this issue Sep 3, 2024 · 1 comment
Labels
enhancement New feature or request SDK Related to hamilton SDK for th UI UI Related to the Hamilton UI visualization

Comments

@skrawcz
Copy link
Collaborator

skrawcz commented Sep 3, 2024

Is your feature request related to a problem? Please describe.
Context:

  • I am creating tables in the shape of files
  • I would like to plot some things about those tables
  • my plotting needs are rudimentary, but being able to load the data and poke at it, would help my workflow.

Describe the solution you'd like

  • Hamilton Tracker can take pointers to files (it already does this via materializer metadata)
  • the Hamilton UI server can then load this file
  • the Hamilton UI has a component that can take this data and display it

Describe alternatives you've considered
You could use #1117 instead.

Additional context
This task would be a few things:

  1. Paths -- we need some principled way to think about them so that we know where to load a file from.
  2. hamilton tracker work -- I don't think there'd be much work, but ensuring paths are captured in a way that make sense.
  3. hamilton UI server - figuring out an endpoint that can go get a file from a given path
  4. hamilton UI - creating components that can ingest that data and visualize something about it
@skrawcz skrawcz added enhancement New feature or request visualization UI Related to the Hamilton UI SDK Related to hamilton SDK for th UI labels Sep 3, 2024
@zilto
Copy link
Collaborator

zilto commented Oct 18, 2024

This could leverage the Store objects introduced with caching in #1104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SDK Related to hamilton SDK for th UI UI Related to the Hamilton UI visualization
Projects
None yet
Development

No branches or pull requests

2 participants