[BAHIR-55] Add Redis connector from Flink

Closes #1
28 files changed
tree: 9dba46a30ac38380b5bb199326e5037ee9bfd59e
  1. dev/
  2. flink-connector-redis/
  3. .gitattributes
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
  10. scalastyle-config.xml
README.md

Apache Bahir

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

http://bahir.apache.org/

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