Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once data has been obtained from an external source, it can be processed in one of 2 ways:

  • The If the pipeline just consists of the federated query element. the "docConversionMap" can be used to generate entities:
    • The docConversionMap keys point to nested JSON fieldnames (":" used instead of "."), 
      • if a key starts with ":" then the JsonPath syntax is used.
      • The corresponding values are the entity types
      • "typeToDimensionMap" maps the types to dimensions (Who/What/Where/When)
  • A normal source object can be used with the federated query as the first element - a single document is passed into the pipeline, with the following full text:
    • The output of the script 
    • A new-line separated list of the outputs of the URL requests (which are also individually copied into a metadata array called "__FEDERATED_REPLIES__", if there are more than one)

...