tree: b223474a98a2781528793ac11f7a4c7349985c86 [path history] [tgz]
  1. .mvn/
  2. apps/
  3. benchmark/
  4. contrib/
  5. docs/
  6. examples/
  7. flume/
  8. hive/
  9. kafka/
  10. kudu/
  11. library/
  12. sql/
  13. stream/
  14. .gitignore
  15. .travis.yml
  16. CHANGELOG.md
  17. header.txt
  18. LICENSE
  19. mkdocs.yml
  20. NOTICE
  21. pom.xml
  22. 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, examples and samples folders available. Examples contain applications built using the library operators. 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 by adding new features, enhancing existing features, or fixing bugs, check out the contributing guidelines and guidelines for contributing to the operator library.

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.

You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXMALHAR

Documentation

Please visit the documentation section.

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 -DskipTests

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 example applications are provided to showcase the Apex platform and application development process.

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.