Use the API Console

You can materialize data feed results in Terracotta DB 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 the input parameters are not defined, 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 DB connection.

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

Tip

Additional information like duration or potential execution errors are available in the MashZone NextGen log file.