Skip to content

Commit 0daea83

Browse files
Updated front page (#8)
1 parent 797011d commit 0daea83

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

docs/img/bullet-logo.png

381 Bytes
Loading

docs/index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
![Bullet](../img/bullet-logo.png)
22

3-
# Bullet:
3+
* A real-time query engine for very large data streams
44

5-
* **Is a real-time query engine for very large data streams**
5+
* NO persistence layer
66

7-
* **Has NO persistence layer**
7+
* Light-weight, cheap and fast
88

9-
* **Is light-weight, cheap and fast**
9+
* Multi-tenant
1010

11-
* **Is multi-tenant**
11+
* Pluggable to any data source
1212

13-
* **Is pluggable to any data source**
13+
* Provides a UI and Web Service
1414

15-
* **Provides a UI and Web Service**
15+
* Filter raw data or aggregate data
1616

17-
* **Can filter raw data or aggregate data**
17+
* Can be run on storm or spark streaming
1818

19-
* **Can be run on storm or spark streaming**
19+
* A look-forward query system - operates on data that arrive after the query is submitted
2020

21-
* **Is a look-forward query system** - operates on data that arrive after the query is submitted
22-
23-
* **Is big-data scale-tested** - used in production at Yahoo and tested running 500+ queries simultaneously on up to 2,000,000 rps
21+
* Big-data scale-tested - used in production at Yahoo and tested running 500+ queries simultaneously on up to 2,000,000 rps
2422

2523
# How is this useful
2624

@@ -40,7 +38,7 @@ This instance of Bullet also powers other use-cases such as letting analysts val
4038

4139
# Quick Start
4240

43-
See [Quick Start](quick-start.md) to set up Bullet using a local Storm topology. You will generate some synthetic streaming data that you can then query with Bullet.
41+
See [Quick Start](quick-start/bullet-on-spark.md) to set up Bullet locally using spark-streaming. You will generate some synthetic streaming data that you can then query with Bullet.
4442

4543
# Setting up Bullet on your streaming data
4644

0 commit comments

Comments
 (0)