You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by na...@apache.org on 2014/05/25 04:07:56 UTC

svn commit: r1597369 - /incubator/storm/site/about/integrates.md

Author: nathanmarz
Date: Sun May 25 02:07:56 2014
New Revision: 1597369

URL: http://svn.apache.org/r1597369
Log:
added amazon kinesis as an integration

Modified:
    incubator/storm/site/about/integrates.md

Modified: incubator/storm/site/about/integrates.md
URL: http://svn.apache.org/viewvc/incubator/storm/site/about/integrates.md?rev=1597369&r1=1597368&r2=1597369&view=diff
==============================================================================
--- incubator/storm/site/about/integrates.md (original)
+++ incubator/storm/site/about/integrates.md Sun May 25 02:07:56 2014
@@ -8,5 +8,6 @@ Storm integrates with any queueing syste
 2. [RabbitMQ / AMQP](https://github.com/Xorlev/storm-amqp-spout)
 3. [Kafka](https://github.com/nathanmarz/storm-contrib/tree/master/storm-kafka)
 4. [JMS](https://github.com/ptgoetz/storm-jms)
+5. [Amazon Kinesis](https://github.com/awslabs/kinesis-storm-spout)
 
 Likewise, integrating Storm with database systems is easy. Simply open a connection to your database and read/write like you normally would. Storm will handle the parallelization, partitioning, and retrying on failures when necessary.
\ No newline at end of file