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/quick-start/storm.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This section gets you running a mock instance of Bullet to play around with. The
5
5
At the end of this section, you will have:
6
6
7
7
* Setup the Bullet topology using a custom spout on [bullet-storm-0.8.3](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.3)
8
-
* Setup the [Web Service](../ws/setup.md) talking to the topology and serving a schema for your UI using [bullet-service-0.2.2](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.2)
8
+
* Setup the [Web Service](../ws/setup.md) talking to the topology and serving a schema for your UI using [bullet-service-0.3.0](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.3.0)
9
9
* Setup the [REST PubSub](../pubsub/rest.md) talking to the topology and Web Service.
10
10
* Setup the [UI](../ui/setup.md) talking to the Web Service using [bullet-ui-0.5.0](https://github.com/bullet-db/bullet-ui/releases/tag/v0.5.0)
11
11
@@ -133,7 +133,7 @@ Visit the UI and see if the topology is up. You should see the ```DataSource```
@@ -313,11 +313,14 @@ If you put Bullet on your data, you will need to write a Spout (or a topology if
313
313
314
314
### PubSub
315
315
316
-
We used the [REST PubSub](../pubsub/rest.md). Note that even though we support a DRPC PubSub, it doesn't actually support windowing so we have not used it for this example. We configured the Backend to use this PubSub by adding these settings to the YAML file that we passed to our Storm topology. Notice that we set the context to ```QUERY_PROCESSING``` since this is the Backend.
316
+
We used the [REST PubSub](../pubsub/rest.md). Note that even though we support a DRPC PubSub, it doesn't actually support windowing so we have not used it for this example. We configured the Backend to use this PubSub by adding these settings to the YAML file that we passed to our Storm topology. Notice that we set the context to ```QUERY_PROCESSING``` since this is the Backend. We do not set ```bullet.pubsub.rest.result.url``` because each query sent to the topology has this information so that the results could be returned back to it.
For the Web Service, we passed in a YAML file that pointed to itself for the REST endpoints that serve as the PubSub interface. Notice that we set the context to ```QUERY_SUBMISSION``` since this is the Web Service.
| 2018-06-14 |[**0.2.2**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.2)| Addding settings to configure websocket |
129
+
| 2018-06-25 |[**0.3.0**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.3.0)| Upgrades to Netty-less Bullet Core for the RESTPubsub |
130
+
| 2018-06-14 |[**0.2.2**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.2)| Adding settings to configure Websocket |
130
131
| 2018-04-02 |[**0.2.1**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.1)| Moved and renamed settings |
| 2017-10-19 |[**0.1.1**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.1.1)| New PubSub architecture. Switching to Spring Boot and executable JAR instead of WAR |
0 commit comments