Skip to Content
Hands-On Software Engineering with Golang
book

Hands-On Software Engineering with Golang

by Achilleas Anagnostopoulos
January 2020
Intermediate to advanced
640 pages
16h 56m
English
Packt Publishing
Content preview from Hands-On Software Engineering with Golang

User story – crawl link graph

As the crawler backend system, I need to be able to obtain a list of sanitized links from the link graph, so as to fetch and index their contents while at the same time expanding the link graph with newly discovered links.

The acceptance criteria for this user story are as follows:

  • The crawler can query the link graph and receive a list of stale links that need to be crawled.
  • Links received by the crawler are retrieved from the remote hosts unless the remote server provides an ETag or Last Modified header that the crawler has already seen before.
  • Retrieved content is scanned for links and the link graph gets updated.
  • Retrieved content is indexed and added to the search corpus.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Software Architecture with Golang

Hands-On Software Architecture with Golang

Jyotiswarup Raiturkar

Publisher Resources

ISBN: 9781838554491Supplemental Content