I want to create an application in Vespa whcih fetch the data from some appications and feed into another applications.Example:
I have three applications which have data named Location , User and Banner.Now what I want to create an app in vespa which fetch the data from Locaton and User and fed to Banner.
How can I do that? Please help.