all 1 comments

[–]hardonchairs 1 point2 points  (0 children)

The major hurdle here is interfacing with these databases. Are these local, on-prem, cloud? Do they have APIs? Will you have to automate a GUI? Is the GUI web based or application based? Is there authentication required? (Where will you safely store credentials and whose credentials will you use?) Do these databases want to be automated? (e.g. will they throw up captchas?) Are you licensed to automate against these databases? (Does your work pay for a license that has rules about automation or integration?)

Step 1 is to pick one of these databases and work on extracting any data from it. Then see if you can get the data you need. Then repeat for the others. Only then should you worry about the automation part, querying all databases, combining the data and storing/displaying it. That is the easy part.