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
- Host: GitHub
- URL: https://github.com/bullet-db/bullet-storm
- Owner: bullet-db
- License: apache-2.0
- Created: 2016-11-12T00:28:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T16:28:59.000Z (over 2 years ago)
- Last Synced: 2025-03-26T23:11:22.032Z (6 months ago)
- Topics: bullet, java-8, query-engine, real-time-data, storm, storm-drpc
- Language: Java
- Homepage: https://bullet-db.github.io
- Size: 890 KB
- Stars: 40
- Watchers: 10
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: Code-of-Conduct.md
Awesome Lists containing this project
README
# Bullet Storm
[](https://cd.screwdriver.cd/pipelines/7225)
[](https://coveralls.io/github/bullet-db/bullet-storm?branch=master)
[](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.