Data Exchange Overview
Minyu provides four mechanisms for exchanging data with external systems.
Bulk Import
File-based inbound data loading using CSV packaged as ZIP. Executed as a scheduled batch operation. Relations are fully supported. Write rules are bypassed. Used for migrations and large-scale updates.
Data Export
On-demand outbound data extraction to CSV or Excel. Evaluated at request time. Fully governed by read rules. Data can be selected from the source table and from related tables.
API
Bidirectional programmatic access to data using GraphQL. Fully transactional. Fully governed by read rules and write rules. Supports relational reads and relational mutations.
Notifications
Outbound event delivery via signed webhooks. Triggered by classification events or mutation events. Delivered with a short system delay. Used for system synchronization and reactive integration workflows. Mutation events propagate through relations and are the primary mechanism for external state synchronization.