-
Notifications
You must be signed in to change notification settings - Fork 5
Java library #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Java library #9
Conversation
Current coverage is 88.21% (diff: 100%)@@ master #9 diff @@
==========================================
Files 11 11
Lines 246 246
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 217 217
Misses 29 29
Partials 0 0
|
This PR is ready to be reviewed. InstallGo to scrapy-streaming/helpers/java folder and type:
Check the maven output to get the generated .jar file. You can use this jar file with your project. (We should publish this is on the maven repo after getting the first version, so instead of using the .jar, we can set scrapy-streaming as a maven dependency. ExamplesThere are some examples at: #4 DocsI've added the package documentation here: #7 , the source code is fully documented, so we can generate javadocs for more details. Also, you can read it here: http://gsoc2016.readthedocs.io/en/latest/java.html cc: @eLRuLL |
renamed log methods
Java Library
This PR contains the java lib to help with scrapy-streaming development.
The source code can be buit/tested/used with Maven.