From 92052b33ef520e1642fb345ae06e0172363cb13a Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 25 Jan 2021 21:41:39 +0800 Subject: [PATCH] add superset and redash built with flask --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7bac43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Created by .ignore support plugin (hsz.mobi) +.idea/ diff --git a/README.md b/README.md index 3930ec4..3be8f8c 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,8 @@ - [indico](https://github.com/indico/indico) - a general-purpose event management web-based solution. It includes a full-blown conference organization workflow as well as tools for meeting management and room booking. It provides as well integration with video-conferencing solutions. - [flaskbb](https://github.com/flaskbb/flaskbb) - A classic Forum Software in Python using Flask. - [PythonBuddy] (https://github.com/ethanchewy/PythonBuddy) - Online Python Editor With Live Syntax Checking and Execution +- [redash] (https://github.com/getredash/redash) - A system to help you to explore, query, visualize, and share data from any data sources +- [superset] (https://github.com/apache/superset) - A modern, enterprise-ready business intelligence(BI) web application. ## Boilerplate