-
Notifications
You must be signed in to change notification settings - Fork 11
Ingestion Update
RyanRConaway edited this page Jun 13, 2023
·
8 revisions
The ingestion_update
event is published from Andi to the EventStream when a Curator creates or modifies the configuration for an Ingestion within the Andi interface. This message is how all core services in the system stay in sync regarding Ingestions. Each core service creates a topic and any other initialization needed to be ready to receive extracted data from that ingestion.
Field Name | Type | Description | Enum Values |
---|---|---|---|
type | string | Identifier of the event type. Used to filter and receive events | ingestion:update |
data | Ingestion | The Ingestion entity that has been published from Andi. | - |
author | string | The identifier of who sent the event. | - |
Performance: Negligible