commit | 036d7185d67ab53d133188cf10fc8e0ff3eb85f6 | [log] [tgz] |
---|---|---|
author | Daniel Gómez Ferro <dferro@apache.org> | Fri Mar 15 18:22:38 2013 +0100 |
committer | Daniel Gómez Ferro <dferro@apache.org> | Fri Mar 15 18:22:38 2013 +0100 |
tree | 1bf9a4a0a747b834a70f29f345d878dfe697716d | |
parent | 039c11fe761ae5f4d78c68136cd4d819fb485578 [diff] | |
parent | 394622b224ebc8eabf26311466cc8f06f27e503e [diff] |
Merge branch 'S4-130' into dev
S4 is a general-purpose,near real-time, distributed, decentralized, scalable, event-driven, modular platform that allows programmers to easily implement applications for processing continuous unbounded streams of data.
S4 0.5 focused on providing a functional complete refactoring.
S4 0.6 builds on this basis and brings several major improvements, in particular:
For the latest information about S4, please visit our website at:
http://incubator.apache.org/s4
Source code is available here: https://git-wip-us.apache.org/repos/asf?p=incubator-s4.git
This only applies if you checkout from the source repository or if you download a released source package.
We use gradle http://gradle.org as the build system.
From the root directory of the S4 project:
./gradlew install
This will build the packages and install the artifacts in the local maven repository.
Then, build the tools:
./gradlew s4-tools:installApp
This will build the tools so that you can drive the platform through the “s4” command.
You may also run regression tests, after artifacts are installed:
./gradlew test
If you have a source package:
If you have a binary package: