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 沒有進行測試。