Spring Cloud Date Flow 参考指南
  • Spring Cloud Data Flow 参考文档
  • 前言
    • 获取帮助
  • 1. 入门指南
    • 本地服务搭建
    • Cloud Foundry 服务搭建
    • Kubernetes 搭建
  • 2. Applications 应用程序
  • 3. Architecture 服务架构
  • 4. Configuration 参数配置
    • Maven
    • Local 本地配置
    • Cloud Foundry 配置
    • Kubernetes 配置
  • 5. Shell 命令行
    • Shell Options
    • 可用命令
    • 自动补全
    • 空格和引号
      • Shell规则
      • Property files规则
      • DSL Parsing规则
      • SpEL语法和SpEL文本
      • 最终整合
  • 6. Streams 流
    • 简介
      • Stream Pipeline DSL
      • Stream Application DSL
      • Application properties
    • Stream生命周期
    • Stream DSL
    • Stream Java DSL
    • Stream Applications
    • Function Composition
    • 例子
      • 简单的 Stream 例子
      • 状态处理的Stream例子
      • Source和Sink的程序类型
  • 7. Stream 开发指南
  • 8. Stream 监控
  • 9. Tasks 任务
    • 简介
    • Task 生命周期
    • 订阅 Task/Batch 事件
    • Composed Tasks
    • Composed Tasks DSL
    • Launching Tasks from a Stream
    • Sharing Spring Cloud Data Flow’s Datastore with Tasks
    • Scheduling Tasks
  • 10. Task 开发指南
  • 11. Dashboard 看板
  • 12. Samples 示例
  • 13. REST API 指南
  • 14. Appendices 附录
Powered by GitBook
On this page

Was this helpful?

3. Architecture 服务架构

简介

Spring Cloud Data Flow 简化了数据处理的流程开发,使用户可以专注于数据的处理。

关于Spring Cloud Data Flow 的架构,请 点击 前往查看。

Previous2. Applications 应用程序Next4. Configuration 参数配置

Last updated 6 years ago

Was this helpful?