Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "SecondReport" page has been changed by FjodorVershinin: https://wiki.apache.org/nutch/SecondReport?action=diff&rev1=9&rev2=10 * --(If possible create a graphic of the REST API as it exists in his proposed patch for [[https://issues.apache.org/jira/browse/NUTCH-1769|NUTCH-1769 API refactoring]] this should only include the information included in his above commentary on the topic.)-- * --(Provide links to the '''HTML Prototype''', I have not seen any of this code and therefore cannot assert that progress has been made as described above.)-- * --(Provide links/patches for the '''application skeleton''' as stated above... I have yet to see any code.)-- + === Objectives === - == Objectives == * Add ability to get logs by REST API * --(Implement generic crawl cycle in GUI)-- - * -- Add ability upload seed files (or post seed data) by REST API -- + * --(Add ability upload seed files (or post seed data) by REST API)-- === Contributions to Nutch community === At previous week (13.07-19.07) I worked on the most challenging task, namely I'd tried to implement crawling cycle in GUI part. The most problematic was tasks status controlling, but I'd solved this issue with simple polling. Other option is to post whole batch of jobs to Nutch Server, and shift all the responsibility to server's side. You can see my pullrequest on [[https://bitbucket.org/feodorv/uinutch/pull-request/2/implemented-crawling-script| bitbucket]]. Also, I would propose minor changes in API and created issue with a little patch about generate component. [[https://issues.apache.org/jira/browse/NUTCH-1819|NUTCH-1819]] 19.07-27.07