Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

The Web Service layer for Bullet
https://github.com/bullet-db/bullet-service

bullet bullet-service

Last synced: about 1 month ago
JSON representation

The Web Service layer for Bullet

Awesome Lists containing this project

README

        

# Bullet Service
The Web-Service layer for Bullet

[![Build Status](https://cd.screwdriver.cd/pipelines/7242/badge)](https://cd.screwdriver.cd/pipelines/7242)
[![Coverage Status](https://coveralls.io/repos/github/bullet-db/bullet-service/badge.svg?branch=master)](https://coveralls.io/github/bullet-db/bullet-service?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-service/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-service/)

## Introduction

This project builds a Spring Boot REST API that you can deploy on a machine to communicate with the Bullet backend.

## Documentation

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

## Links

* [Setup Web Service](https://bullet-db.github.io/ws/setup/) for info about setting up the web service.
* [Web Service JSON API](https://bullet-db.github.io/ws/api-json) for info about the Web Service JSON API.
* [Web Service BQL API](https://bullet-db.github.io/ws/api-bql) for info about the Web Service BQL API.
* [API Examples](https://bullet-db.github.io/ws/examples/) to see what kind of queries you can run on Bullet.
* [Bullet Service Releases](https://bullet-db.github.io/releases/#bullet-web-service) to see Bullet Service releases.

### Useful Links

* [Spark Quick Start](https://bullet-db.github.io/quick-start/spark) to start with a Bullet instance running locally on Spark.
* [Storm Quick Start](https://bullet-db.github.io/quick-start/storm) to start with a Bullet instance running locally on Storm.
* [Spark Architecture](https://bullet-db.github.io/backend/spark-architecture/) to see how Bullet is implemented on Storm.
* [Storm Architecture](https://bullet-db.github.io/backend/storm-architecture/) to see how Bullet is implemented on Storm.
* [Setup on Spark](https://bullet-db.github.io/backend/spark-setup/) to see how to setup Bullet on Spark.
* [Setup on Storm](https://bullet-db.github.io/backend/storm-setup/) to see how to setup Bullet on Storm.
* [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.