I have two REST apis (user DBs) bigDB and smallDB. bigDB is bigger than smallDB because not all users that are in bigDB are also in smallDB. i want to show a table with all users of bigDB and add data from smallDB when available. the shared identifyer is email.
I think this can be done with a transformer similar to the example on the docs (zipWith) page but I fail to get it working.