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

feat: Add a new data toolkit #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: Add a new data toolkit #50

wants to merge 1 commit into from

Conversation

baxen
Copy link
Collaborator

@baxen baxen commented Nov 8, 2024

This lets goose load up datasets, query them, and make inline charts - powered by duckdb and uplot

image

@blackgirlbytes
Copy link
Collaborator

lets goooo

@blackgirlbytes blackgirlbytes self-requested a review November 8, 2024 18:36
This lets goose load up datasets, query them, and make inline
charts - powered by duckdb and uplot
@@ -19,6 +20,7 @@ goose-plugins = "goose_plugins:module_name"

[project.entry-points."goose.toolkit"]
artify = "goose_plugins.toolkits.artify:VincentVanCode"
data = "goose_plugins.toolkits.data:Data"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have but one comment. Can we call it a bit less ambiguous? Something like data-processor ?
Also can you add it's description to the docs in docs/plugins/available-toolkits.md

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh true Data Visualizer..idk

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.

3 participants