AI & Automation Glossary
Plain-English definitions for the APIs, protocols, and automation patterns that power enterprise AI workflows.
API Design
REST API
REST API (Representational State Transfer) is the most widely adopted standard for building web service interfaces. Learn how REST APIs work, when to use them, and how they power enterprise integrations.
GraphQL
GraphQL is a query language for APIs and a runtime for executing those queries. Unlike REST, clients specify exactly what data they need. Learn how GraphQL works, its trade-offs versus REST, and where it fits in enterprise integrations.
Data Integration
ETL
ETL (Extract, Transform, Load) is the foundational process for moving data between systems: pull it from the source, reshape it, and write it to the destination. Learn how ETL works, how it differs from ELT, and how modern data pipelines use it.
CDC
Change Data Capture (CDC) captures every row-level change in a database — insert, update, delete — in real time using the transaction log. Learn how CDC works, how it differs from polling, and where it powers streaming data pipelines.