top of page

Architecture Designs

Diagrams have being designed for building Samchon Framework
C++ Class Diagram


    C++ is the main language of Samchon Framework and the C++ Class Diagram is an architecture design for the main language.

    The design is separated from each namespaces and moduels.

  • library

    • common, critical section, math, data, event, file-tree

  • protocol

    • interface, invoke, entity

    • external system

    • service

    • master, slave

      • distributed - parallel system

  • namtree

    • file, criteria

JS Class Diagram


    JavaScript (TypeScript and Flex(JS)) are languages for building web-client. JS Class Diagram is an architecture design for those languages for building web-client.

    The design is separaed from each language and each module.

 

  • Common

    • protocol

    • entity

  • TypeScript

    • like STL

  • Flex

    • application

    • file-tree

    • nam-tree

      • entity

      • UI boundary

Sequence Diagram


    Sequence Diagram expresses sequence flows of network messages and main and complex logics.

 

ERD


    Entity Relationship Diagram of Samchon Framework is designed for archiving:

 

  • Cloud application's

    • Metadata and members

    • History logs

  • Structures and performances of distributed and parallel systems

  • File-tree and Nam-tree

A SDN framework for Cloud Computing & Distributed Processing System

Samchon Framework

bottom of page