Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bullet-db/bullet-service
- Owner: bullet-db
- License: apache-2.0
- Created: 2016-11-17T20:31:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T18:32:16.000Z (over 1 year ago)
- Last Synced: 2024-04-15T01:20:29.073Z (9 months ago)
- Topics: bullet, bullet-service
- Language: Java
- Homepage: https://bullet-db.github.io
- Size: 314 KB
- Stars: 11
- Watchers: 8
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: Code-of-Conduct.md
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.