前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >StreamingPro

StreamingPro

作者头像
用户2936994
发布2018-08-27 10:33:15
4420
发布2018-08-27 10:33:15
举报
文章被收录于专栏:祝威廉祝威廉

Declarative workflows for building Spark Streaming

Spark Streaming

Spark Streaming is an extension of the core Spark API that enables stream processing from a variety of sources. Spark is a extensible and programmable framework for massive distributed processing of datasets, called Resilient Distributed Datasets (RDD). Spark Streaming receives input data streams and divides the data into batches, which are then processed by the Spark engine to generate the results. Spark Streaming data is organized into a sequence of DStreams, represented internally as a sequence of RDDs.

StreamingPro

StreamingPro is not a complete application, but rather a extensible and programmable framework for spark streaming (also include spark,storm) that can easily be used to build your streaming application.

StreamingPro also make it possible that all you should do to build streaming program is assembling components(eg. SQL Component) in configuration file.

Features

  • Pure Spark Streaming(Or normal Spark) program (Storm in future)
  • No need of coding, only declarative workflows
  • Rest API for interactive
  • SQL-Oriented workflows support
  • Data continuously streamed in & processed in near real-time
  • dynamically CURD of workflows at runtime via Rest API
  • Flexible workflows (input, output, parsers, etc...)
  • High performance
  • Scalable

Documents

Architecture

Snip20160510_3.png

Declarative workflows

Snip20160510_4.png

Implementation

Snip20160510_1.png

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2016.05.10 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Declarative workflows for building Spark Streaming
  • Spark Streaming
  • StreamingPro
  • Features
  • Documents
    • Architecture
      • Declarative workflows
        • Implementation
        领券
        问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档