Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Relate 360
  3. Linking Batch Data
  4. Tokenizing Batch Data
  5. Processing Streaming Data
  6. Creating Relationship Graph
  7. Loading Linked and Consolidated Data into Hive
  8. Searching Data
  9. Monitoring the Batch Jobs
  10. Troubleshooting
  11. Glossary

User Guide

User Guide

Streaming Data by Using the RESTful Web Services

Streaming Data by Using the RESTful Web Services

You can use the RESTful web services to stream the input data in the JSON format for processing. Before you use the web services, ensure that you have packaged and deployed the web services.
For more information about packing and deploying the web services, see the
Informatica MDM - Relate 360
Installation and Configuration Guide
.
  1. If you have secured the web services, run the AUTHENTICATE web service.
    The AUTHENTICATE web service authenticates the user credentials and generates an authentication token.
  2. Run the GETINGESTLAYOUT web service.
    The GETINGESTLAYOUT web service gets a layout for the input data based on the configuration file. The layout contains a list of fields and their lengths that you can use to specify the input data in the JSON format.
  3. Run the INGEST web service.
    The INGEST web service reads the input data, links and consolidates or tokenizes the data, and loads the linked and consolidated or tokenized data into the repository. If any input record is an update to an existing record, the INGEST web service updates the record in the repository.
  4. To get or delete a record, perform the following tasks:
    1. Run the GETRECORDLAYOUT web service.
      The GETRECORDLAYOUT web service gets a layout that contains a list of fields required to identify a record. Use the layout to specify the input record for the GETRECORD or DELETERECORD web service.
    2. To get a record, run the GETRECORD web service.
      The GETRECORD web service gets the matching records for the input data from the repository.
    3. To delete a record, run the DELETERECORD web service.
      The DELETERECORD web service deletes the matching record from the repository.
  5. To move records into any specific cluster, perform the following tasks:
    1. Run the GETMANAGECLUSTERLAYOUT web service.
      The GETMANAGECLUSTERLAYOUT web service gets a layout that contains a list of fields required to identify records. Use the layout to specify the records for the MANAGECLUSTER web service that removes the records from their current clusters and adds them to a new cluster or to the specified cluster number.
    2. Run the MANAGECLUSTER web service.
      The MANAGECLUSTER web service reads the input records, removes the input records from their respective clusters, and moves the records to the specified cluster or to a new cluster.

0 COMMENTS

We’d like to hear from you!