...
Table Name: DB/file_queueFQ/
|
|
---|
Stream Selector - Use the Steam selector to specify the input stream to be consumed by the activity when there are two sources (DB).
...
Target Layout - The JSON schema for the source data (database) will be designed to be utilized in the RESTful API for the user interface. JSON is selected for its compatibility with RESTful APIs.
...
Mapping - Load the database schema and the target schema (JSON) to do one-to-one mapping.
Apply the for each loop to fetch the data one by one.
...
Context Target Using ContextTarget to store data in the flow which will be carried by the REST provider.
...
3. Create REST Provider End-point
...