A Quick Glossary for Catalyst Terminologies

Key terms and their meanings that you might come across while working with Catalyst solutions.

TermMeaning
Advanced I/O FunctionFunctions that handle complex HTTP requests and responses, suitable for intricate server-client operations.
Cloud ScaleA suite of services designed to handle scalable cloud operations, like data storage, file management, and event handling.
CodeLibA collection of pre-packaged solutions that can be implemented in your logic to enhance functionality.
CronA job scheduler that automates the execution of tasks at specified intervals or schedules.
Cron FunctionA periodic function associated with a Cron job and designed to execute tasks automatically based on a specified schedule.
Data StoreA scalable database service for storing and managing structured data.
Event FunctionAn asynchronous function triggered by specific events and executes tasks in response to those events.
Event ListenerA service that monitors specific events within Catalyst components and triggers associated functions upon their occurrence.
File StoreA Catalyst component that provides secure storage for files.
ServerlessA pro-code, cloud-powered service that manages the infrastructure and allows developers to focus solely on writing code.