A Quick Glossary for Catalyst Terminologies
Key terms and their meanings that you might come across while working with Catalyst solutions.
| Term | Meaning |
| Advanced I/O Function | Functions that handle complex HTTP requests and responses, suitable for intricate server-client operations. |
| Cloud Scale | A suite of services designed to handle scalable cloud operations, like data storage, file management, and event handling. |
| CodeLib | A collection of pre-packaged solutions that can be implemented in your logic to enhance functionality. |
| Cron | A job scheduler that automates the execution of tasks at specified intervals or schedules. |
| Cron Function | A periodic function associated with a Cron job and designed to execute tasks automatically based on a specified schedule. |
| Data Store | A scalable database service for storing and managing structured data. |
| Event Function | An asynchronous function triggered by specific events and executes tasks in response to those events. |
| Event Listener | A service that monitors specific events within Catalyst components and triggers associated functions upon their occurrence. |
| File Store | A Catalyst component that provides secure storage for files. |
| Serverless | A pro-code, cloud-powered service that manages the infrastructure and allows developers to focus solely on writing code. |