Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

File metadata and controls

27 lines (17 loc) · 1.18 KB

streamdrill-client

streamdrill client library and examples

Download your own evaluation copy from http://streamdrill.com/ (select Download option) After download to run it:

$ java -Xmx2G -jar streamdrill.jar

Open a web browser and enter http://localhost:9669 to access the dashboard. Then run the client demos.

The submodules contain the client libraries for different languages as well as some examples that use the client library.

The simple client library makes it very easy to access your streamdrill instance. It is available in Scala and Python currently. However, if you want to use your own REST library, please check the authorization section to ensure the correct header values are set.

First, check out the client code together with the examples and compile it:

git clone https://github.com/thinkberg/streamdrill-client.git
cd streamdrill-client
mvn package

That's it, now you should be ready to try the examples. If you want to try your own data and need an instance, let us know.