[BAHIR-269] Apache Pinot Connector Sink (#113)

31 files changed
tree: d138c10c0260a9b222f3723ed8ad6e43d6242941
  1. dev/
  2. distribution/
  3. flink-connector-activemq/
  4. flink-connector-akka/
  5. flink-connector-flume/
  6. flink-connector-influxdb/
  7. flink-connector-kudu/
  8. flink-connector-netty/
  9. flink-connector-pinot/
  10. flink-connector-redis/
  11. flink-library-siddhi/
  12. .asf.yaml
  13. .gitattributes
  14. .gitignore
  15. .travis.yml
  16. LICENSE
  17. NOTICE
  18. pom.xml
  19. README.md
  20. scalastyle-config.xml
README.md

Apache Bahir (Flink)

Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark™ and Apache Flink®.

http://bahir.apache.org/

This repository is for Apache Flink extensions.

Contributing a Flink Connector

The Bahir community is very open to new connector contributions for Apache Flink.

We ask contributors to first open a JIRA issue describing the planned changes. Please make sure to put “Flink Streaming Connector” in the “Component/s” field.

Once the community has agreed that the planned changes are suitable, you can open a pull request at the “bahir-flink” repository. Please follow the same directory structure as the existing code.

The community will review your changes, giving suggestions how to improve the code until we can merge it to the main repository.

Building Bahir

Bahir is built using Apache Maven™. To build Bahir and its example programs, run:

mvn -DskipTests clean install

Running tests

Testing first requires building Bahir. Once Bahir is built, tests can be run using:

mvn test