Holdings Data Ingestion
Ingestion is a feature in Microservices that is used to ingest data from the external system into a Microservice.
In Holdings Microservice, there are three types of ingestion:
- Internal Ingestion: Used to Ingest data from Transact System.
- External Ingestion (Generic) - Generic: Used to ingest the data from External System. For example, SaltEdge or Plaid using Account Aggregation Microservices.
- External Ingestion (Processors) - Processors: Used to ingest single or bulk data that comes in a particular payload via CSV Debulking or through Event Store and Adapter Microservices.
For more information on the data ingestion types in Holdings Microservice, refer to the following:
In this topic