Skip to content

augmentable-dev/augmentable-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Augmentable SQL

Desktop UI for AlaSQL. Query local files with SQL.

Preview

Basic Instructions

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).

Road Map

  • Query againt remote files (API endpoints, public S3 data)
  • Export result sets to various file formats
  • Graphing/visualizations?