Skip to content

Commit

Permalink
Repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma committed Dec 13, 2016
1 parent 63789c8 commit bd42e83
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,21 @@ To use Bullet, you need to implement a way to read from your data source and con

Option 2 *directly* couples your topology to Bullet and as such, you would need to watch out for things like backpressure etc.

You need a JVM based project that implements one of the two options above. You include the Bullet artifact and Storm dependencies in your pom.xml or other dependency management system.
You need a JVM based project that implements one of the two options above. You include the Bullet artifact and Storm dependencies in your pom.xml or other dependency management system. The artifacts
are available through Bintray, so you will need to add the repository.

```xml
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-yahoo-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/yahoo/maven</url>
</repository>
</repositories>
```

```xml
<dependency>
Expand Down

0 comments on commit bd42e83

Please sign in to comment.