1. 程式人生 > >spring data flow

spring data flow

spring data flow
相當於一個快速釋出應用的平臺。並可以通過訊息佇列(kafa,rabbitMQ)把多個應用連結在一起進行鏈式處理資料。
支援的平臺是:

Cloud Foundry

Apache YARN

Kubernetes

Apache Mesos

本地伺服器用於開發 (用於本地測試)

1.下面給出的demo屬於 local測試
參照 https://docs.spring.io/spring-cloud-dataflow/docs/1.7.0.RELEASE/reference/htmlsingle/#getting-started-deploying-spring-cloud-dataflow
5.Getting Started with Manual Installation
6. Deploying Streams
請注意1.啟動dataflow-server時需要指定 maven地址
java -jar spring-cloud-dataflow-server-local-1.7.0.RELEASE.jar --maven.localRepository=D:/使用者/zhouxianfeng776/.m2/repository --maven.remote-repositories.repo1.url=http://xxxxx
2.注意在本地啟動rabbitmq


2.雲平臺的dataflow server 沒有進行測試。