Sanix-Darker / sql-to-snow

A dump project to go from sql query to snowflas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL-query To SnowFlake-query

This is a dump project i wrote just to not have to learn again the SnowFlake based DDL synthax, am not the author of the function make_snow inside ./app/utils.py, tamiroze is !

But like you have probably noticed, his version need to be run on a terminal with sql queries insides sql files...

Not what i really wanted... so i wrapped everything inside a basic flask UI application, and i added some coul stuffs, like:

  • CSV to SQL
  • Async call/convertions
  • Friendly UI

That's all, yeah, nothing special.

How to install

# Set up your environment:
vitualenv -p python3 env
source env/bin/activate

# then install requirements
pip install -r requirements.txt

How to start

python3 -m app.main
# And it will be available on http://localhost:7777

Author

About

A dump project to go from sql query to snowflas


Languages

Language:Python 87.7%Language:HTML 12.3%