Skip to content

doubaokun/streamdrill-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

streamdrill client library and examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.9%
  • Scala 43.1%