/delta-lake-ui

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

Primary LanguagePython

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