247 Forks
708 Stars
708 Watchers

flink-boot

懒松鼠Flink-Boot 脚手架让Flink全面拥抱Spring生态体系,使得开发者可以以Java WEB开发模式开发出分布式运行的流处理程序,懒松鼠让跨界变得更加简单。懒松鼠旨在让开发者以更底上手成本(不需要理解分布式计算的理论知识和Flink框架的细节)便可以快速编写业务代码实现。为了进一步提升开发者使用懒松鼠脚手架开发大型项目的敏捷的度,该脚手架默认集成Spring框架进行Bean管理,同时将微服务以及WEB开发领域中经常用到的框架集成进来,进一步提升开发速度。比如集成Mybatis ORM框架,Hibernate Validator校验框架,Spring Retry重试框架等,具体见下面的脚手架特性。

How to download and setup flink-boot

Open terminal and run command
git clone https://github.com/intsmaze/flink-boot.git
git clone is used to create a copy or clone of flink-boot repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with flink-boot https://github.com/intsmaze/flink-boot/archive/master.zip

Or simply clone flink-boot with SSH
[email protected]:intsmaze/flink-boot.git

If you have some problems with flink-boot

You may open issue on flink-boot support forum (system) here: https://github.com/intsmaze/flink-boot/issues