Skip to content

Mirror of Apache Gearpump (Incubating)

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.bin
Notifications You must be signed in to change notification settings

darionyaphet/incubator-gearpump

This branch is 1 commit ahead of, 134 commits behind apache/incubator-retired-gearpump:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 30, 2016
Jun 21, 2016
Sep 7, 2016
Sep 7, 2016
Jun 30, 2016
Sep 14, 2016
Sep 5, 2016
Oct 10, 2016
Aug 30, 2016
Sep 5, 2016
Jul 30, 2016
Aug 12, 2016
Oct 10, 2016
Sep 9, 2016
Jun 30, 2016
Sep 6, 2016
Apr 26, 2016
Apr 26, 2016
Dec 25, 2014
May 27, 2016
Jul 30, 2016
Apr 26, 2016
Aug 12, 2016
Aug 10, 2016
Jun 21, 2016
Jul 15, 2016
Jun 30, 2016
Jul 30, 2016
Jun 30, 2016
Sep 14, 2016
Jul 19, 2016
May 5, 2016
Apr 26, 2016
Jan 27, 2015
Apr 26, 2016
Jan 27, 2015
Aug 12, 2016

Repository files navigation

Gearpump GitHub release GitHub license Build Status codecov.io

download

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

Please use the google user list if possible. For things that are not OK to be shared in mailing list, please contact: Sean Zhong, Kam Kasravi or Weihua Jiang.

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.

About

Mirror of Apache Gearpump (Incubating)

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.bin

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 77.3%
  • JavaScript 8.9%
  • Java 8.1%
  • HTML 3.3%
  • Shell 1.4%
  • Python 0.6%
  • Other 0.4%