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

Building wrappers for the application services

So far, we intentionally designed the various Link 'R' Us components so that they are more or less decoupled from their input sources. For example, the crawler component from Chapter 7, Data-Processing Pipelines, expects an iterator that yields the set of links to be crawled, while the PageRank calculator component from Chapter 8, Graph-Based Data Processing, only provides convenience methods for creating the nodes and edges of the graph that are used by the PageRank algorithm.

To integrate these components into a larger application, we need to provide a thin layer that implements two key functions:

  • It connects each component with a suitable link graph and the text indexer data store implementation ...
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