Skip to content

salvatorenovelli/redirect-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

redirect-check

Having fun with Spring Cloud Stream solving some real problem.

The basic idea of this project is to have an horizontally scalable system to analyze huge list of redirects, periodically.

Context

In SEO, during a website structure/domain migration is common to have a very long list of URLs that need to be redirected to another location, and this list needs to be checked periodically for completion and regression.

Creating such list is already cumbersome but verifying it (periodically) is repetitive, therefore should (must!) be automated.

In this project I'll use Spring Cloud and Spring Cloud Stream concepts, and once working, I'll migrate it to Reactive Streams