Skip to content

Dataset Update

RyanRConaway edited this page Jun 13, 2023 · 1 revision

Overview

The dataset_update event is published from Andi to the EventStream when a Curator creates or modifies the configuration for a Dataset within the Andi interface. This message is how all core services in the system stay in sync regarding Datasets. Additionally, Forklift creates a table based on the Dataset schema and Discovery_API adds the dataset information to the search index so that it's visible in DiscoveryUI.

Diagram

DatasetUpdateEvent

Schema

Field Name Type Description Enum Values
type string Identifier of the event type. Used to filter and receive events dataset:update
data Dataset(TODO) The Dataset entity that has been published from Andi. -
author string The identifier of who sent the event. -

Performance: Negligible

Clone this wiki locally