I want to query 2 or more Databases every day at a certain time, compare the resulting data and show the inconsistencies in a web page.
Mainly the data will match through PKs and comparison made using some column values.
So I´m reading about web frameworks like Django, Node, Spring, Rails, etc and wondering if that's what I want. If a REST API is what suits this purpose or if it's something completely different.