Desktop UI for AlaSQL. Query local files with SQL.
AlaSQL is a really cool library that brings SQL querying capability to local text, json, excel and csv files (among other functionality). This project is a desktop UI, to make that capability a bit easier, for anyone who works with a lot of local data files.
To get started, select "Load File" to pick one or more data files. Write some SQL, passing in file references as query parameters ($1
, $2
). If you chose a single csv file, for instance, you could enter SELECT * FROM CSV($1)
.
- Query againt remote files (API endpoints, public S3 data)
- Export result sets to various file formats
- Graphing/visualizations?