Revision 8f09845ad62ebfe9b51fa01fe0634fd229c6ba37 authored by Armand Grillet on 01 March 2023, 12:37:16 UTC, committed by Armand Grillet on 01 March 2023, 12:37:16 UTC
1 parent f1877d2
Raw File
README.md
# Architecture

Are you looking to take on contributions with bigger impact? These guides help you get a better understanding of the structure and design of the Grafana codebase.

Learn more about the backend architecture:

- Part 1: [Services](../backend/services.md)
- Part 2: [Communication](../backend/communication.md)
- Part 3: [Database](../backend/database.md)

Learn more about the frontend architecture:

- Part 1: [Data requests](frontend-data-requests.md)
back to top