#147
B+
Rank #69
Superset
Apache Superset is a mature business intelligence platform for building dashboards and SQL-based data exploration. Its standout trait is broad database connector support and enterprise-grade row-level security under an established Apache project.
74.3
/ 100
β Full Stack
A Python/Flask backend with a React frontend, backed by a metadata PostgreSQL/MySQL database, Redis for caching and Celery task queuing, and connectors to virtually any SQL data warehouse for querying.
π Scaling Analysis
The Flask webserver and Celery workers scale horizontally independent of the underlying data warehouses being queried, since Superset itself stores only metadata β the real scaling ceiling is usually the performance of the connected data source, not Superset's own architecture.
π Running on Nexlayer
Deploy web, Celery worker, Postgres, and Redis as separate pods connected via <podName>.pod:<port>; the app itself is stateless so it scales by replica count. Mirror.gcr.io covers the Python base image used in the official docker-compose setup.