You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,24 @@
1
1

2
2
3
-
# Bullet:
3
+
* A real-time query engine for very large data streams
4
4
5
-
***Is a real-time query engine for very large data streams**
5
+
*NO persistence layer
6
6
7
-
***Has NO persistence layer**
7
+
*Light-weight, cheap and fast
8
8
9
-
***Is light-weight, cheap and fast**
9
+
*Multi-tenant
10
10
11
-
***Is multi-tenant**
11
+
*Pluggable to any data source
12
12
13
-
***Is pluggable to any data source**
13
+
*Provides a UI and Web Service
14
14
15
-
***Provides a UI and Web Service**
15
+
*Filter raw data or aggregate data
16
16
17
-
***Can filter raw data or aggregate data**
17
+
* Can be run on storm or spark streaming
18
18
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
20
20
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
24
22
25
23
# How is this useful
26
24
@@ -40,7 +38,7 @@ This instance of Bullet also powers other use-cases such as letting analysts val
40
38
41
39
# Quick Start
42
40
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.
0 commit comments