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

Table.Reader Support #93

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nickkaltner
Copy link

@nickkaltner nickkaltner commented Mar 2, 2024

This adds Table.Reader support. With it, you can use the results from Snap.Search.search in livebook, or explorer eg.

{:ok, results} = Snap.Search.search(Elastic, "products_new", %{query: %{match_all: %{}}, size: 2000})

Kino.Shorts.data_table(results) #requires kino dependency
{:ok, results} = Snap.Search.search(Elastic, "products_new", %{query: %{match_all: %{}}, size: 2000})

Explorer.DataFrame.new(results) # requires explorer dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant