Skip to content

Commit

Permalink
[FLINK-6038] [docs] Added deep links to Bahir connectors
Browse files Browse the repository at this point in the history
This closes apache#3975
  • Loading branch information
alpinegizmo authored and greghogan committed May 31, 2017
1 parent 49a58fd commit f12c591
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/dev/connectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f12c591

Please sign in to comment.