# Delegator

#### 1. MoleculerJS

MoleculerJS 어댑터로 API Gateway 함께와 아래의 피어 모듈을 활용 할 수 있습니다.

* [moleculer-iam](https://github.com/qmit-pro/moleculer-iam) - OIDC 및 Identity Provider를 제공하는 IAM 모듈, 인증 컨텍스트에 연동 가능
* [moleculer-file](https://github.com/qmit-pro/moleculer-file) - 파일 업로드/다운로드/관리 모듈 (GCP Storage bucket backend / File System backend 지원)
* [moleculer-i18n](https://github.com/qmit-pro/moleculer-i18n) - 국제화 데이터베이스 관리 및 조회 모듈 (MySQL/Maria DBMS 필요)
* [moleculer-console](https://github.com/qmit-pro/moleculer-console) - 확장 가능한 Admin Console WebApp (React.js)
  * API document component 기본 제공 ([moleculer-api](https://github.com/qmit-pro/moleculer-api) 호환)
  * IAM component 기본 제공 ([moleculer-iam](https://github.com/qmit-pro/moleculer-iam) 호환)
  * File management component 기본 제공 ([moleculer-file](https://github.com/qmit-pro/moleculer-file) 호환)
  * Translation component 기본 제공 ([moleculer-i18n](https://github.com/qmit-pro/moleculer-i18n) 호환)
