Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma committed May 24, 2018
1 parent bf7520e commit 7216597
Showing 1 changed file with 9 additions and 9 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/yahoo/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.

0 comments on commit 7216597

Please sign in to comment.