Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bullet-db/bullet-record
The generic AVRO record container for plugging in your data into Bullet
https://github.com/bullet-db/bullet-record
avro bullet bullet-record container data
Last synced: about 2 months ago
JSON representation
The generic AVRO record container for plugging in your data into Bullet
- Host: GitHub
- URL: https://github.com/bullet-db/bullet-record
- Owner: bullet-db
- License: apache-2.0
- Created: 2016-11-17T20:31:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T16:51:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:20:29.074Z (9 months ago)
- Topics: avro, bullet, bullet-record, container, data
- Language: Java
- Homepage: https://bullet-db.github.io
- Size: 221 KB
- Stars: 5
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: Code-of-Conduct.md
Awesome Lists containing this project
README
# Bullet Record
[![Build Status](https://cd.screwdriver.cd/pipelines/7219/badge)](https://cd.screwdriver.cd/pipelines/7219)
[![Coverage Status](https://coveralls.io/repos/github/bullet-db/bullet-record/badge.svg?branch=master)](https://coveralls.io/github/bullet-db/bullet-record?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-record/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.bullet/bullet-record/)## Introduction
This is a wrapper for the Record object that interfaces with the Bullet query engine. Users wishing their data to be queryable by Bullet insert their data into a BulletRecord. It also defines a TypeSystem, valid types supported in the Record and a Schema creator.
## Documentation
All documentation has moved to **[Github Pages here](https://bullet-db.github.io/)**.
## Links
* [Getting Your Data Into Bullet](https://bullet-db.github.io/backend/ingestion/) to learn about using Bullet Record to get your data into Bullet.
### 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.
* [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.