We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5fbe0 + db531b4 commit 5527060Copy full SHA for 5527060
README.md
@@ -16,6 +16,16 @@ The simple archtecture of spark-http-stream is shown below:
16
17
<img src="https://github.com/bluejoe2008/spark-http-stream/blob/master/docs/arch.png?raw=true" width="600">
18
19
+## importing spark-http-stream
20
+
21
+use maven to import spark-http-stream:
22
23
+ <dependency>
24
+ <groupId>com.github.bluejoe2008</groupId>
25
+ <artifactId>spark-http-stream</artifactId>
26
+ <version>0.9</version>
27
+ </dependency>
28
29
## Starts a standalone HttpStreamServer
30
31
`HttpStreamServer` is actually a Jetty server with a `HttpStreamServlet`, it can be started using following code:
0 commit comments