ebonnal / delta-lake-ui

UI to run SQL on Delta Lake tables and visualize the variations of the result among tables versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeltaLakeUI (State: POC)

Minimalist web UI to run SQL on Delta Lake tables and visualize the variations of the result among tables versions.

Architecture

  • Minimal HTML/CSS/JS Front where user enter SQL queries
  • Basic Flask server
  • Spark used to query tables versions
  • Pygal used to plot result of the query over versions of tables

Screens

About

UI to run SQL on Delta Lake tables and visualize the variations of the result among tables versions


Languages

Language:Python 77.3%Language:HTML 13.2%Language:JavaScript 9.5%