- Notifications
You must be signed in to change notification settings - Fork0
Query local files with (ala)SQL
License
NotificationsYou must be signed in to change notification settings
augmentable-dev/augmentable-sql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Desktop UI forAlaSQL. 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 adesktop 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 enterSELECT * FROM CSV($1)
.
- Query againt remote files (API endpoints, public S3 data)
- Export result sets to various file formats
- Graphing/visualizations?
About
Query local files with (ala)SQL
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published