You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/06/01 00:04:39 UTC

flink git commit: [FLINK-6038] [docs] Added deep links to Bahir connectors

Repository: flink
Updated Branches:
  refs/heads/master 49a58fdbb -> f12c591aa


[FLINK-6038] [docs] Added deep links to Bahir connectors

This closes #3975


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f12c591a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f12c591a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f12c591a

Branch: refs/heads/master
Commit: f12c591aa7e9cf72edbeaf04b53eca71fa3681ca
Parents: 49a58fd
Author: David Anderson <da...@alpinegizmo.com>
Authored: Tue May 23 18:47:57 2017 +0200
Committer: Greg Hogan <co...@greghogan.com>
Committed: Wed May 31 19:22:27 2017 -0400

----------------------------------------------------------------------
 docs/dev/connectors/index.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/f12c591a/docs/dev/connectors/index.md
----------------------------------------------------------------------
diff --git a/docs/dev/connectors/index.md b/docs/dev/connectors/index.md
index ff76aee..177e601 100644
--- a/docs/dev/connectors/index.md
+++ b/docs/dev/connectors/index.md
@@ -39,13 +39,13 @@ The [predefined data sinks]({{ site.baseurl }}/dev/datastream_api.html#data-sink
 
 Connectors provide code for interfacing with various third-party systems. Currently these systems are supported:
 
- * [Apache Kafka](kafka.html) (sink/source)
+ * [Apache Kafka](kafka.html) (source/sink)
  * [Apache Cassandra](cassandra.html) (sink)
- * [Amazon Kinesis Streams](kinesis.html) (sink/source)
+ * [Amazon Kinesis Streams](kinesis.html) (source/sink)
  * [Elasticsearch](elasticsearch.html) (sink)
  * [Hadoop FileSystem](filesystem_sink.html) (sink)
- * [RabbitMQ](rabbitmq.html) (sink/source)
- * [Apache NiFi](nifi.html) (sink/source)
+ * [RabbitMQ](rabbitmq.html) (source/sink)
+ * [Apache NiFi](nifi.html) (source/sink)
  * [Twitter Streaming API](twitter.html) (source)
 
 Keep in mind that to use one of these connectors in an application, additional third party
@@ -54,6 +54,16 @@ Note also that while the streaming connectors listed in this section are part of
 Flink project and are included in source releases, they are not included in the binary distributions. 
 Further instructions can be found in the corresponding subsections.
 
+## Connectors in Apache Bahir
+
+Additional streaming connectors for Flink are being released through [Apache Bahir](https://bahir.apache.org/), including:
+
+ * [Apache ActiveMQ](https://bahir.apache.org/docs/flink/current/flink-streaming-activemq/) (source/sink)
+ * [Apache Flume](https://bahir.apache.org/docs/flink/current/flink-streaming-flume/) (sink)
+ * [Redis](https://bahir.apache.org/docs/flink/current/flink-streaming-redis/) (sink)
+ * [Akka](https://bahir.apache.org/docs/flink/current/flink-streaming-akka/) (sink)
+ * [Netty](https://bahir.apache.org/docs/flink/current/flink-streaming-netty/) (source)
+
 ## Other Ways to Connect to Flink
 
 ### Data Enrichment via Async I/O