Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are unclear whether a change you are proposing requires a design document, feel free ask us through our mailing list!

Style

Please read this page for coding style suggestions.

Tests

Please read this page for running various tests in Samza.

Contributor Workflow  

Setup

Samza’s code is in an Apache Git repository located here.

...

Code Block
languagebash
git clone http://git-wip-us.apache.org/repos/asf/samza.git


Style

Please read this page for coding style suggestions.

Tests

Please read this page for running various tests in Samza.

Website

 

The Samza website is built by Jekyll from the markdown files found in the docs subdirectory.

Contribute using Pull Requests

We use Pull Requests to review and discuss your contributions. In order to contribute code, please do the following:

...