qsphere-ui
└── ui
├── Dockerfile
├── README.md
├── health_check.sh
├── nginx.conf
├── package.json
├── public
| ├── favicon.ico
| ├── logo.png
| └── index.html
└── src
├── assets
├── components
├── router
├── services
├── store
└── views
qsphere-board
└── grafana
├── Dockerfile
├── health_check.sh
└── provisioning
├── datasources
└── dashboards
qsphere-svc
└── svc
├── Dockerfile
├── Dockerfile-svc-base
├── health_check.sh
├── launch.sh
├── requirements.txt
├── utils
└── svcClient
├── db
├── models
├── api
├── services
├── specs
└── utils