magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
513 stars 93 forks source link

A SQL console UI Allows the user to run SQL on tabular data files on client side #3571

Open t83714 opened 4 days ago

t83714 commented 4 days ago

A SQL console UI Allows the user to run SQL on the client side

As a user with SQL skills, I want to execute SQL queries on tabular data files without downloading them first. The execution of the SQL query should be done in the web browser, so there is no need to install any software to access this feature.

Acceptance Criteria

image

Technical Notes

We will use AlaSQL as the in-browser SQL execution engine.

t83714 commented 13 hours ago

Screenshot of the developed feature

CleanShot 2024-11-17 at 21 00 57@2x