Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ebonnal/delta-lake-ui
- Owner: ebonnal
- Created: 2019-04-29T15:59:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T11:38:23.000Z (over 4 years ago)
- Last Synced: 2024-01-17T09:38:46.760Z (11 months ago)
- Topics: apache-spark, delta-lake, flask, pygal
- Language: Python
- Homepage:
- Size: 303 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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