I am sorry if my question is a basiс question. I am new in Dreamfactory.
I have a number of data sources. Some of them are SQL and I can create SQL Services. Some of them are NoSql and I can create corresponded services for them. Some of them are external REST services.
Let’s say that all data provided by all these services belong to one type of objects and we have common set of IDs.
Is there a way to publish aggregated GET REST service which will provide full set of fields/values for specific IDs provided by multiple services?
What is a best practice for my issue and how it should be realised using Dreamfactory?