Release 3.5.0
Release 3.5.0-RC2
Preparing to release 3.5.0-RC2
27 files changed
tree: 17c84acc537d35498ce76684e1de65cbae04e624
  1. apps/
  2. benchmark/
  3. contrib/
  4. demos/
  5. docs/
  6. hive/
  7. kafka/
  8. library/
  9. samples/
  10. stream/
  11. .gitignore
  12. .travis.yml
  13. CHANGELOG.md
  14. header.txt
  15. LICENSE
  16. mkdocs.yml
  17. NOTICE
  18. pom.xml
  19. README.md
README.md

Apache Apex Malhar

Malhar repository contains open source operator and codec library that can be used with the Apache Apex platform to build Realtime streaming applications. In addition to the library there are benchmark, contrib, demos, webdemos and samples folders available. Demos contain demo applications built using the library operators. Webdemos contain webpages for the demos. Benchmark contains performance testing applications. Contrib contains additional operators that interface with third party softwares. Samples contain some sample code that shows how to use the library operators.

Contributing

This project welcomes new contributors. If you would like to help make Malhar better by adding new features, enhancing existing features, or fixing bugs, check out the contributing guidelines.

You acknowledge that your submissions to this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute “Contributions,” as defined therein, and you represent and warrant that you have the right and authority to do so.

Documentation

Please visit the documentation section.

Documentation build and hosting process is explained in docs README.

Discussion group

Please visit http://apex.apache.org and subscribe to the mailing lists.

Building the project

The project uses Maven for the build. Run

mvn install

The code depends on the Apex API, which is available in the Maven Central Repository. Individual modules such as library can be built independently by changing directory to the module and running maven there.

Multiple demo applications are provided to showcase the Apex platform and application development process.

Issue tracking

JIRA issue tracking system is used for this project. You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXMALHAR

Please include the JIRA ticket number into the commit messages. It will automatically add the commit message to the JIRA ticket(s) and help link the commit with the issue(s) being tracked for easy reference. An example commit might look like this:

git commit -am "APEXMALHAR-1234 Task completed ahead of schedule"

JIRA tickets should be resolved and fix version field set by the committer merging the pull request.

License

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.