Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bullet-db/bullet-ui
This is the UI for Bullet created with Ember 3. The UI stores all created queries, results and other metadata in the browser's storage.
https://github.com/bullet-db/bullet-ui
bullet bullet-queries bullet-ui ember ember-cli
Last synced: about 2 months ago
JSON representation
This is the UI for Bullet created with Ember 3. The UI stores all created queries, results and other metadata in the browser's storage.
- Host: GitHub
- URL: https://github.com/bullet-db/bullet-ui
- Owner: bullet-db
- License: apache-2.0
- Created: 2016-12-15T19:16:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:07:38.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:13:05.613Z (9 months ago)
- Topics: bullet, bullet-queries, bullet-ui, ember, ember-cli
- Language: JavaScript
- Homepage: https://bullet-db.github.io
- Size: 2.82 MB
- Stars: 7
- Watchers: 7
- Forks: 10
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: Code-of-Conduct.md
Awesome Lists containing this project
README
# Bullet UI
[![Build Status](https://cd.screwdriver.cd/pipelines/7227/badge)](https://cd.screwdriver.cd/pipelines/7227)
[![Code Climate](https://codeclimate.com/github/bullet-db/bullet-ui/badges/gpa.svg)](https://codeclimate.com/github/bullet-db/bullet-ui)
[![Test Coverage](https://codeclimate.com/github/bullet-db/bullet-ui/badges/coverage.svg)](https://codeclimate.com/github/bullet-db/bullet-ui/coverage)
[![GitHub release](https://img.shields.io/github/release/bullet-db/bullet-ui.svg)](https://github.com/bullet-db/bullet-ui/releases/latest)## Introduction
This project is the UI for Bullet built in Ember 3 Octane. The UI does not use a database and stores all Bullet queries/results locally using HTML5 local storage.
## Documentation
All documentation has moved to **[Github Pages here](https://bullet-db.github.io/)**.
## Links
* [Bullet UI Setup](https://bullet-db.github.io/ui/setup/) for info on the Bullet UI setup.
* [Bullet UI Usage](https://bullet-db.github.io/ui/usage/) to see Bullet UI usage.
* [Bullet UI Releases](https://bullet-db.github.io/releases/#bullet-ui) to see Bullet UI 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.
* [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.Code licensed under the Apache 2 license. See LICENSE file for terms.