bahir:streaming-twitter (homepage)
Spark DStream connector for Twitter
@apache / (0)
A Spark Streaming extension to read social data from twitter using using Twitter4j and Twitter’s Streaming API to consume the public streams and filter streams based on keywords.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages org.apache.bahir:spark-streaming-twitter_2.11:2.2.0
sbt
In your sbt build file, add:
libraryDependencies += "org.apache.bahir" % "spark-streaming-twitter_2.11" % "2.2.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-twitter_2.11</artifactId> <version>2.2.0</version> </dependency> </dependencies>
Releases
Version: 2.2.0 ( d92728 | zip | jar ) / Date: 2017-09-09 / License: Apache-2.0
Version: 2.1.1 ( 26bdee | zip | jar ) / Date: 2017-09-09 / License: Apache-2.0
Version: 2.1.0 ( e61cc3 | zip | jar ) / Date: 2017-02-22 / License: Apache-2.0
Version: 2.0.2 ( 477ca1 | zip | jar ) / Date: 2017-01-28 / License: Apache-2.0
Version: 2.0.1 ( bd00d2 | zip | jar ) / Date: 2016-12-20 / License: Apache-2.0
Version: 2.0.0 ( 368c43 | zip | jar ) / Date: 2016-12-20 / License: Apache-2.0