[FLINK-21976] Update README.md to include overview, build, contributing and license sections
1 file changed
tree: 1a9122b326c34adc92aaa4a25d8a5778118e7432
  1. flink-ml-api/
  2. flink-ml-lib/
  3. flink-ml-uber/
  4. tools/
  5. .gitignore
  6. CODE_OF_CONDUCT.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of machine learning pipelines. It provides a set of standard ML APIs for MLlib developers to implement ML algorithms, as well as libraries of ML algorithms that can be used to build ML pipelines for both training and inference jobs.

Flink ML is developed under the umbrella of Apache Flink.

Building the Project

Run the mvn clean package command.

Then You will find a JAR file that contains your application, plus any libraries that you may have added as dependencies to the application: target/<artifact-id>-<version>.jar.

Contributing

You can learn more about how to contribute in the Apache Flink website. For code contributions, please read carefully the Contributing Code section for an overview of ongoing community work.

License

The code in this repository is licensed under the Apache Software License 2.