incubator-gearpump

Mirror of Apache Gearpump (Incubating)

  • 所有者: apache/incubator-retired-gearpump
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Apache Gearpump (incubating) Maven Central GitHub license Build Status codecov.io

Gearpump is a lightweight real-time big data streaming engine. It is inspired by recent advances in the Akka framework and a desire to improve on existing streaming frameworks.

The name Gearpump is a reference to the engineering term "gear pump", which is a super simple pump that consists of only two gears, but is very powerful at streaming water.

We model streaming within the Akka actor hierarchy.

Per initial benchmarks we are able to process near 18 million messages/second (100 bytes per message) with a 8ms latency on a 4-node cluster.

For steps to reproduce the performance test, please check Performance benchmark.

Useful Resources

How to Build

1). Clone the Gearpump repository

  git clone https://github.com/apache/incubator-gearpump.git
  cd gearpump

2). Build package

  ## Please use scala 2.11 or 2.10
  ## The target package path: output/target/gearpump-${version}.zip
  sbt clean +assembly +packArchiveZip

After the build, there will be a package file gearpump-${version}.zip generated under output/target/ folder.

To build scala document, use

   ## Will generate the scala doc under target/scala_2.xx/unidoc/
   sbt unidoc

NOTE:
The build requires network connection. If you are behind an enterprise proxy, make sure you have set the proxy in your env before running the build commands.
For windows:

set HTTP_PROXY=http://host:port
set HTTPS_PROXY= http://host:port

For Linux:

export HTTP_PROXY=http://host:port
export HTTPS_PROXY=http://host:port

How to run Gearpump integration test

Gearpump has an integration test system which is based on Docker. Please check the instructions.

How to do style check before submitting a pull request?

Before submitting a PR, you should always run style check first:

  ## Run style check for compile, test, and integration test.
  sbt scalastyle test:scalastyle it:scalastyle

How to generate the license report to generate a list of all dependencies

  sbt dumpLicenseReport

How to generate dependencies by declared license

  sbt dependencyLicenseInfo

Contributors (time order)

Contacts

License

Gearpump itself is licensed under the Apache License (2.0).
For library it used, please see LICENSE.

Acknowledgement

The netty transport code work is based on Apache Storm. Thanks Apache Storm contributors.

The cgroup code work is based on JStorm. Thanks JStorm contributors.

Thanks to Jetbrains for providing a IntelliJ IDEA Free Open Source License.

主要指标

概览
名称与所有者apache/incubator-retired-gearpump
主编程语言Scala
编程语言Shell (语言数: 8)
平台
许可证Apache License 2.0
所有者活动
创建于2016-04-13 07:00:08
推送于2018-08-27 14:48:42
最后一次提交2018-08-27 22:47:34
发布数16
最新版本名称0.8.4 (发布于 2017-07-06 13:42:49)
第一版名称0.8.1-RC0 (发布于 )
用户参与
星数295
关注者数38
派生数91
提交数2.3k
已启用问题?
问题数0
打开的问题数0
拉请求数3
打开的拉请求数9
关闭的拉请求数240
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?