DEV Community

loizenai
loizenai

Posted on

Micro-Service Example with Tech-Ads: SpringBoot + Distributed Tracking + Circuit Breaker

https://ozenero.com/micro-service-example-with-tech-ads-springboot-distributed-tracking-circuit-breaker

Adtech is an important part of running a digital advertising campaign. Advertisers use adtech to buy, manage, and measure digital advertising. If you’re looking to get started with adtech, read on to learn about the adtech basics, including common tools and services, and the benefits of creating an advertising strategy that leverages adtech.

In the tutorial, I just log how to build a simple micro-service system for Ad-Tech.

Technologies

  • SpringBoot
  • Java 8
  • Spring-Cloud: Sleuth
  • Lombok
  • Spring Aspect
  • Open-Feign
  • Spring Actuator
  • Docker

    Epic Architecture

[caption id="attachment_196480" align="alignnone" width="1624"]Epic Architecture Design Epic Architecture Design[/caption]

  1. Web-Parse Service: using to parse text from Web-URL
    [caption id="attachment_196489" align="alignnone" width="902"]Web-Parse Service Project Structure Web-Parse Service Project Structure[/caption]

  2. Ad-Tech Service: interact with Web-parse service and process to category a web-page.
    [caption id="attachment_196488" align="alignnone" width="902"]Ad-Tech Service Project Structure Ad-Tech Service Project Structure[/caption]

Top comments (0)