Skip to content

Commit 5527060

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ee5fbe0 + db531b4 commit 5527060

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ The simple archtecture of spark-http-stream is shown below:
1616

1717
<img src="https://github.com/bluejoe2008/spark-http-stream/blob/master/docs/arch.png?raw=true" width="600">
1818

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+
1929
## Starts a standalone HttpStreamServer
2030

2131
`HttpStreamServer` is actually a Jetty server with a `HttpStreamServlet`, it can be started using following code:

0 commit comments

Comments
 (0)