Skip to content

Commit

Permalink
Merge 10c5a4a into bf7520e
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma committed May 24, 2018
2 parents bf7520e + 10c5a4a commit a758638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Bullet

[![Build Status](https://travis-ci.org/yahoo/bullet-storm.svg?branch=master)](https://travis-ci.org/yahoo/bullet-storm) [![Coverage Status](https://coveralls.io/repos/github/yahoo/bullet-storm/badge.svg?branch=master)](https://coveralls.io/github/yahoo/bullet-storm?branch=master) [![Download](https://api.bintray.com/packages/yahoo/maven/bullet-storm/images/download.svg) ](https://bintray.com/yahoo/maven/bullet-storm/_latestVersion)
[![Build Status](https://travis-ci.org/bullet-db/bullet-storm.svg?branch=master)](https://travis-ci.org/bullet-db/bullet-storm) [![Coverage Status](https://coveralls.io/repos/github/bullet-db/bullet-storm/badge.svg?branch=master)](https://coveralls.io/github/bullet-db/bullet-storm?branch=master) [![Download](https://api.bintray.com/packages/yahoo/maven/bullet-storm/images/download.svg) ](https://bintray.com/yahoo/maven/bullet-storm/_latestVersion)

## Introduction

This project implements Bullet on [Storm](http://storm.apache.org). It also includes the PubSub implementation that uses Storm DRPC as the PubSub.

## Documentation

All documentation has moved to **[Github Pages here](https://yahoo.github.io/bullet-docs)**.
All documentation has moved to **[Github Pages here](https://bullet-db.github.io)**.

### Useful links

* [Quick Start](https://yahoo.github.io/bullet-docs/quick-start/) to start with a Bullet instance running locally.
* [API Examples](https://yahoo.github.io/bullet-docs/ws/examples/) to see what kind of queries you can run on Bullet.
* [Storm Architecture](https://yahoo.github.io/bullet-docs/backend/storm-architecture/) to see how Bullet is implemented on Storm.
* [Setup on Storm](https://yahoo.github.io/bullet-docs/backend/setup-storm/) to see how to setup Bullet on Storm.
* [Setup Web Service](https://yahoo.github.io/bullet-docs/ws/setup/) to setup the Bullet Web Service.
* [Setup UI](https://yahoo.github.io/bullet-docs/ui/setup/) to setup the Bullet UI.
* [Bullet on Storm Releases](https://yahoo.github.io/bullet-docs/about/releases/#bullet-storm) to see Bullet on Storm releases.
* [Quick Start](https://bullet-db.github.io/quick-start/) to start with a Bullet instance running locally.
* [API Examples](https://bullet-db.github.io/ws/examples/) to see what kind of queries you can run on Bullet.
* [Storm Architecture](https://bullet-db.github.io/backend/storm-architecture/) to see how Bullet is implemented on Storm.
* [Setup on Storm](https://bullet-db.github.io/backend/setup-storm/) to see how to setup Bullet on Storm.
* [Setup Web Service](https://bullet-db.github.io/ws/setup/) to setup the Bullet Web Service.
* [Setup UI](https://bullet-db.github.io/ui/setup/) to setup the Bullet UI.
* [Bullet on Storm Releases](https://bullet-db.github.io/about/releases/#bullet-storm) to see Bullet on Storm releases.

Code licensed under the Apache 2 license. See LICENSE file for terms.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/bullet-storm.git</developerConnection>
<developerConnection>scm:git:ssh://git@github.com/bullet-db/bullet-storm.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit a758638

Please sign in to comment.