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

Allow user to query dataset with duckdb-wasm #38

Open
LoneRifle opened this issue May 8, 2022 · 0 comments
Open

Allow user to query dataset with duckdb-wasm #38

LoneRifle opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@LoneRifle
Copy link
Contributor

LoneRifle commented May 8, 2022

@duckdb provides an in-process database query engine for common tabular file formats, including csv and JSON. A wasm distribution is available on npm, and can be used in JSONDetail to provide the user with an input field to run queries against a selected file and commit.

Richer support (eg, joins between multiple files and/or commits) could be addressed in subsequent issues.

@Wattenberger Wattenberger added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants