Spring Cloud Data Flow를 로컬에서 띄워보는 인프라 중심 샘플입니다.
docker-compose.yaml기반 로컬 구성- PostgreSQL
- RabbitMQ
- Skipper
- Spring Cloud Data Flow Server
| 항목 | 주소 |
|---|---|
| SCDF UI | http://localhost:9393/dashboard/index.html#/apps |
| Skipper API | http://localhost:7577/api |
| RabbitMQ UI | http://localhost:15672 |
| PostgreSQL | localhost:5432 |
- PostgreSQL
- user:
scdf - password:
scdf
- user:
- RabbitMQ
- user:
guest - password:
guest
- user:
- 애플리케이션 코드보다는 SCDF 인프라를 직접 띄워보는 목적의 모듈입니다.
src아래 구현 코드는 아직 없습니다.