Can we stream, aggregate & visualize multiple project's sonar run results on sonar cloud enterprise version?

Greeting & Many thanks in Advance:

NOTE: Would like to understand if something of this sort available in the community or enterprise version of SonarSource ??

Use Case:

Our Engineering teams & Leadership are trying to achieve/solve following:

We have many teams that have numerous repo’s (500+) which use java and javascript as primary programming languages. We are trying to achieve where all of our sonar run results(as part of CI) are streamed to one/distributed sonar instance/s and then we can visualize aggregated reports to analyze things like:

  • Code Coverage, Tests and quality
  • Line coverage
  • Condition Coverage
  • Reliability
  • Code Smells
  • Security Vulnerability Scanning
  • Coding standards.

Basically from leadership and engineering teams standpoint we would like to understand how healthy our engineering assets are and where we can improve.

Sample template:

Platform level Metrics (aggregate of all assets)

                ` <GRAPH/Metrics>`

Project level Metrics (aggregate of all project assets)

                 `<GRAPH/Metrics>`

Team level Metrics (aggregate of all assets that team own)

                 `<GRAPH/Metrics>`

Duplicated from Can we stream, aggregate & visualize multiple project's sonar run results on single sonar interface? (community/enterprise version), I’m closing this one