rusackas commented on code in PR #28481: URL: https://github.com/apache/superset/pull/28481#discussion_r1679785026
########## docs/docs/installation/architecture.mdx: ########## @@ -0,0 +1,67 @@ +--- +title: Architecture +hide_title: true +sidebar_position: 1 +version: 1 +--- + +import useBaseUrl from "@docusaurus/useBaseUrl"; + +# Architecture + +This page is meant to give new administrators an understanding of Superset's components. + +## Components + +A Superset installation is made up of these components: +1. The Superset application itself +2. A metadata database to store Superset's data about users, charts, dashboards, etc. Review Comment: ```suggestion 2. **A metadata database**. This stores Superset's data about users, charts, dashboards, etc. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org