스프링 클라우드 데이터 플로우 공식 레퍼런스를 한글로 번역한 문서입니다.
전체 목차는 여기에 있습니다.
이번 섹션에는 여러 가지 가이드가 있지만, 일반적으론 다음과 같이 시작하면 된다:
- Spring Cloud Data Flow를 이용해 미리 빌드해서 제공하는 애플리케이션들로 태스크를 만들고 배포하는 법을 안내하는 Getting Started 가이드를 읽어봐라. 이 가이드를 따라해보고 나면 대시보드를 통해 태스크를 생성하고, 실행하고, 로그를 살펴보는 법을 빠르게 파악할 수 있다.
- Spring Cloud Task로 자체 태스크를 개발하고, 플랫폼에 수동으로 배포해본 뒤, 그 플랫폼에서 무슨 일이 일어나고 있는지 자세히 파고들어봐라.
- 개발한 태스크 애플리케이션을 가져와 Spring Cloud Data Flow에 등록하고 플랫폼에 배포해봐라.
Getting Started
미리 빌드된 태스크 애플리케이션을 이용해 로컬 머신에서 간단한 태스크 파이프라인을 생성하고 배포해본다
Batch Development
Spring Cloud Task를 이용해 간단한 스프링 부트 애플리케이션을 만들어본다
스프링 배치 Job을 만들어본다
Register and Launch a Spring Cloud Task application using Data Flow
Data Flow를 이용해 Spring Cloud Task 애플리케이션을 등록하고 기동시켜본다
Register and launch a Spring Batch application using Data Flow
Data Flow를 이용해 스프링 배치 애플리케이션을 등록하고 기동시켜본다
Create and launch a Composed Task using Data Flow
Data Flow를 이용해 Composed Task를 생성하고 기동시켜본다
Deploying a task application on Kubernetes with Data Flow
Spring Cloud Data Flow를 이용해 쿠버네티스에 spring-cloud-stream-task 애플리케이션을 배포하는 방법을 가이드한다
Deploying a task application on Cloud Foundry using Spring Cloud Data Flow
Spring Cloud Data Flow를 이용해 클라우드 파운드리에 spring-cloud-stream-task 애플리케이션을 배포하는 방법을 가이드한다
Continuous Deployment
Continuous Deployment of task applications
SCDF에서 태스크의 Continuous Deployment를 달성하는 방법을 논한다
Troubleshooting
배치 애플리케이션을 디버깅해본다
Debugging Batch applications deployed by Data Flow
Data Flow로 배포한 배치 애플리케이션을 디버깅해본다
Next :Batch Getting Started
배치 개발 시작하기
전체 목차는 여기에 있습니다.