DougTrajano / excel-sql-runner

Data App to run SQL into excel files. :)

Home Page:https://share.streamlit.io/dougtrajano/excel-sql-runner/main/main.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel SQL Runner

Quality Gate Status GitHub

A data app that allows you to run SQL in excel files. :)

You can create tables in a temporary database to aggregate, joins and all transformation available in SQL.

Data Privacy

No data will be transferred outside the application when executed locally.

If you use the instantiated application, the data will be transferred and temporarily stored on the server.

This application and the source code is a hobby project and have no warranties in this use.

Installation

Docker

To run Excel SQL Runner via Docker, just type:

docker run -d -p 8501:8501 --name excel-sql-runner dougtrajano/excel-sql-runner

Locally

To run Excel SQL Runner locally.

  1. Clone this repository.
git clone https://github.com/DougTrajano/excel-sql-runner.git
  1. Open project folder:
cd excel-sql-runner
  1. Install requirements:
pip install -r requirements.txt
  1. Launch application:
streamlit run main.py

Can I see a demo?

Open in Streamlit

Changelogs

See the changelog for a history of notable changes to this project.

License

See LICENSE for details.

Do you like this project?

Buy Me A Coffee

About

Data App to run SQL into excel files. :)

https://share.streamlit.io/dougtrajano/excel-sql-runner/main/main.py

License:Apache License 2.0


Languages

Language:Python 97.0%Language:Dockerfile 3.0%