Skip to content

Conversation

nrbrd
Copy link
Member

@nrbrd nrbrd commented Jul 4, 2016

Java Library

This PR contains the java lib to help with scrapy-streaming development.

The source code can be buit/tested/used with Maven.

@codecov-io
Copy link

codecov-io commented Jul 4, 2016

Current coverage is 88.21% (diff: 100%)

Merging #9 into master will not change coverage

@@             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          

Powered by Codecov. Last update e3f8e33...9ea877a

@nrbrd nrbrd changed the title [WIP] Java library Java library Jul 12, 2016
@nrbrd
Copy link
Member Author

nrbrd commented Jul 20, 2016

This PR is ready to be reviewed.
It adds the Java Library to develop Scrapy Streaming docs.

Install

Go to scrapy-streaming/helpers/java folder and type:

mvn package

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.

Examples

There are some examples at: #4

Docs

I'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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants