Skip to content
yang.guo edited this page Oct 30, 2017 · 17 revisions

Welcome to the flow-platform wiki!

Development Rule

code style:

Using standard google java code style with 120 character max length of line. Please check ./settings/intellj-java-google-style.xml for Intellj code style file, ./settings/google_checks.xml for check style file.

branch naming:

  • feature: feature/{component}/{feature name}
  • bug: fix/{component}/{bug name}

Overall Architecture (v0.1)

Components

flow api

flow control center

Instance Manager

To control instance by cloud provider, the naming rule is {provider name}InstanceManager

Zone Service

Agent Service

Cmd Service

Domain and Class Diagram

Agent