You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2019. It is now read-only.
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].