Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebonnal/delta-lake-ui

UI to run SQL on Delta Lake tables and visualize the variations of the result among tables versions
https://github.com/ebonnal/delta-lake-ui

apache-spark delta-lake flask pygal

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# DeltaLakeUI (State: POC)
Minimalist web UI to run SQL on [Delta Lake](https://github.com/delta-io/delta) tables and visualize the variations of the result among tables versions.

## Architecture
- Minimal HTML/CSS/JS Front where user enter SQL queries
- Basic [Flask](https://github.com/pallets/flask) server
- [Spark](https://github.com/apache/spark) used to query tables versions
- [Pygal](https://github.com/Kozea/pygal) used to plot result of the query over versions of tables

## Screens