PyCob
SQL Snippets web app in 244 lines of Python
HOW TO BUILD A
Agenda
Use cases
Data analysts and scientists often need the same or similar versions of complex SQL queries to run against their database or data warehouse. These take a lot of time and effort to write, and writing them each time from scratch is inefficient.
SQL snippets allows data analysts, data scientists, and engineers to view, save and run SQL queries, and have a shared repository for the whole team.
LINK
LINK
LINK
Architecture
Data Model
Pages
Create code
LINK
Run code
LINK