Revo Framework
  • Revo Framework documentation
  • General
    • Overview
      • Design overview
      • Project structure
    • Features
    • Super-short example
    • Getting started
    • Example: Task list app
    • FAQ
  • Reference guide
    • Configuration and boostrapping
    • Dependency injection
    • Domain building blocks
    • Commands and queries
    • Events
    • Data persistence
    • Database migrations
    • Projections
    • Authorization
    • Validation
    • Request life-cycle
    • Sagas
    • Jobs
    • Messaging and integrations
    • Multi-tenancy
    • Testing
Powered by GitBook
On this page
  1. General
  2. Overview

Design overview

PreviousOverviewNextProject structure

Last updated 4 years ago

Following diagram depicts the typical data flows in Revo framework. This might give you a small insight into how the overall architecture of the framework looks.

To learn more about the request processing in Revo, see .

Request life-cycle
Data flows during a typical request processing in Revo.