Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse
titleTable of Contents

Table of Contents

Sonar Architecture

ConceptDefinitionRelated Topics
Anchor
analyzer
Analyzer
Batch that analyzes the source code to compute snapshots.See Architecture Overview.
Anchor
client
Client

Batch that runs the analyzers.

See Architecture Overview.
Anchor
database
Database

Stores:

  • configuration of Sonar
  • snapshots
See Architecture Overview.
Anchor
server
Server
 Web Server that is used to navigate the snapshots and make configurationSee Architecture Overview .

...

ConceptDefinitionRelated Topics
Anchor
dashboard
Dashboard

Web page that provides a way to display any data stored in the database.

A dashboard is a set of widgets.

See Dashboards.

Anchor
widget
Widget

It is a box that displays data on a dashboard.

There are two types of widget:

  • Global widget that can displays display data from multiple projects. So far there is only one global widget available: filter.
  • Project widget that only displays data from a specific project