Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

architecture overview.md

lang edited this page Mar 5, 2015 · 1 revision

Overview of IRIS Architecture

IRIS stands for "Infrastructure and Release Information System", and it is supposed to be a information center of all Tizen development cycles and the runtime infrastructure services.

It can be separated as three parts:

  • Front-end: Web UI or command line tools to query and modify the data.
  • Back-end: Services to collect and integrate data from different components or sub-systems, and provide HTTP Restful APIs for operations. And the data exchanging among different services is also through HTTP APIs.
  • Web-gateway: Provide the public accessible web services and will forward all coming http requests to proper internal services. This part will do the user authentication work as the SSO control solution.

For more details of the design, please refer to the [slides][1].

Clone this wiki locally