Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 790 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 790 Bytes

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