commit | 96938d5afe060f8213f66b3269e6c846cfc045e3 | [log] [tgz] |
---|---|---|
author | Matthieu Morel <mmorel@apache.org> | Mon Mar 18 12:02:51 2013 +0100 |
committer | Matthieu Morel <mmorel@apache.org> | Mon Mar 18 12:02:51 2013 +0100 |
tree | ff4f56c75225634a64a9d5ebc12894bd97afe730 | |
parent | 036d7185d67ab53d133188cf10fc8e0ff3eb85f6 [diff] |
Doc updates for RC3
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: