Skip to content

voedger/voedger-internals

Repository files navigation

Introduction

This documentation provides a detailed description of the internal design and architecture of the Voedger platform. It serves as a base for the development and includes the latest designs, which may still be not implemented.

Voedger Platform consists of Voedger Framework and Voedger Server which helps to develop and operate distributed applications.

    graph TD

    %% Entities ====================

    Voedger[["Voedger Platform"]]:::S
    VoedgerFramework["Voedger Framework"]:::S
    VoedgerServer["Voedger Server"]:::S

    Operation(➡️Operation):::B
    Development(➡️Development):::B

    Admin[👤Admin]:::B
    User[👤Application User]:::B
    Developer[👤Developer]:::B

    %% Relations ====================

    Voedger --- VoedgerFramework
    Voedger --- VoedgerServer

    VoedgerServer --> Operation
    VoedgerFramework --> Development

    Development --- Developer
    Operation --- Admin
    Operation --- User


    classDef B fill:#FFFFB5,color:#333
    classDef S fill:#B5FFFF,color:#333
    classDef H fill:#C9E7B7,color:#333
    classDef G fill:#ffffff15, stroke:#999, stroke-width:2px, stroke-dasharray: 5 5
Loading

Additional resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •