基于FlowBase流的编程微框架思想的Python实现(参见flowbase.org网站)

flowbase的Python项目详细描述


#FlowBase Python

[FlowBase micro-FBP框架的Python实现 idea](https://flowbase.org),使用Python的asyncio库,在 Python 3.4/3.5。在

##安装

`bash git clone git@github.com:flowbase/flowbase-python.git cd flowbase-python pip install . `

试着举个例子

` cd examples python string_processing_pipeline.py `

预计产量:

`bash $ python string_processing_pipeline.py Printer got line: hi hi for the 1:TH TIME... Printer got line: hi hi for the 2:TH TIME... Printer got line: hi hi for the 3:TH TIME... Printer got line: hi hi for the 4:TH TIME... Printer got line: hi hi for the 5:TH TIME... Printer got line: hi hi for the 6:TH TIME... Printer got line: hi hi for the 7:TH TIME... Printer got line: hi hi for the 8:TH TIME... Printer got line: hi hi for the 9:TH TIME... Printer got line: hi hi for the 10:TH TIME... Printer got line: hi hi for the 11:TH TIME... Printer got line: hi hi for the 12:TH TIME... Printer got line: hi hi for the 13:TH TIME... Printer got line: hi hi for the 14:TH TIME... Printer got line: hi hi for the 15:TH TIME... Printer got line: hi hi for the 16:TH TIME... Printer got line: hi hi for the 17:TH TIME... Printer got line: hi hi for the 18:TH TIME... Printer got line: hi hi for the 19:TH TIME... Printer got line: hi hi for the 20:TH TIME... `

##致谢

敬[Simone Baffelli](https://github.com/baffelli)’s [pyoperator](https://github.com/baffelli/pyperator/)库,它显示 事实上,使用asyncio实现类似FBP的库是可能的。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在AlertDialog builder标题右侧放置图标   安装weblogic server12时发生java获取错误。1在windows 10上   java无法导入:安卓。支持v7。小装置。Android Studio中的RecyclerView   java Android应用程序等待通知奇怪行为   java如何比较ArrayList中的整数元素?   java Quartz属性不会触发Quartz作业   java轻松地将许多JavaFX属性绑定到UINode   Maven插件管理器导致java错误消息的原因是什么?   JAXB解组错误后java文件被阻止   java如何在spark kafka流中创建消费者组并将消费者分配给消费者组   java Gps lat&long随机显示非常不准确的结果   java使用assest文件夹文件在Android上执行shell命令   java如何在客户端使用javascript提取文本   java扩展描述的distincts之和   java重写默认Spring数据REST配置   java SQL未命名参数语法   二进制搜索任务的java真实解决方案   java在一个多模块多数据源项目中,用什么正确的方式来指示将哪个数据源注入我的DAOs?