Use the API Console

You can materialize data feed results in Terracotta using the MashZone NextGen API Console.

Procedure

  1. Open the API Console.
  2. Under Pick an API, click MaterializedFeedService > materializeFeed.

    In the request template, adapt the alias. For the case of feeds with input parameters, specify the list of input parameters of the data feed and their values to be used for calculating the data feed results. The list is represented in JSON as name/value pairs, for example, {\"param1\": \"ABC\", \"numberList\":[ \"123\", \"456\"]}. If you do not specify input parameters, default values as defined in the data feed, are used.

  3. Click Run.

The data feed results are calculated and materialized using the configured Terracotta connection.

After the feed calculation and the subsequent materialization of results is completed, you can access the feed results using the Terracotta source operator.

Tip

Additional information, such as duration or potential execution errors, is available in the MashZone NextGen log file.