Skip to content

marekszotek/sheetql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sheetql

My goal was to write a program which would allow users to query their files using SQL. Google sheets should act as tables.

Learning goals:

  • practice Functional Programming
  • use Google API
  • setup Continuous Integration (Travis CI)
  • deploy to cloud (AWS Beanstalk)

Example usage:

Link to the deployed application

send a GET request, request body: { "text": "select * from users where age < 50;" }

Implemented SQL commands:
  • FROM
Pending implementation:
  • SELECT
  • WHERE
Available tables:
  • albums
  • users

About

Use SQL-like queries to retrieve data from Google Sheets (work in progress) - Spring, FP, Travis CI, AWS EB, GoogleAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages