An open API service indexing awesome lists of open source software.

https://github.com/bullet-db/bullet-storm

The Apache Storm implementation of the Bullet backend
https://github.com/bullet-db/bullet-storm

bullet java-8 query-engine real-time-data storm storm-drpc

Last synced: 6 months ago
JSON representation

The Apache Storm implementation of the Bullet backend

Awesome Lists containing this project

README

          

# Bullet Storm

[![Build Status](https://cd.screwdriver.cd/pipelines/7225/badge)](https://cd.screwdriver.cd/pipelines/7225)
[![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)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-storm/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-storm/)

## 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://bullet-db.github.io)**.

## Links

* [Bullet Storm Architecture](https://bullet-db.github.io/backend/storm-architecture/) to learn about Bullet Storm architecture.
* [Bullet Storm Releases](https://bullet-db.github.io/releases/#bullet-storm) to see Bullet Storm releases.

### Useful Links

* [Storm Quick Start](https://bullet-db.github.io/quick-start/storm) to start with a Bullet instance running locally on Storm.
* [Setup on Storm](https://bullet-db.github.io/backend/storm-setup/) to see how to setup Bullet on Storm.
* [API Examples](https://bullet-db.github.io/ws/examples/) to see what kind of queries you can run on Bullet.
* [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.

Code licensed under the Apache 2 license. See LICENSE file for terms.