ZCQL

Catalyst Cloud Scale ZCQL is Catalyst’s own query language that enables you to perform data retrieval, insertion, updation, and deletion operations on the tables in the Catalyst Cloud Scale Data Store. You can execute a variety of DML queries using ZCQL to obtain or manipulate data, and use various clauses and statements such as the SQL Join clauses, Groupby and OrderBy statements, and built-in SQL functions.

Get a Component Instance

A component instance is an object that can be used to access the pre-defined configurations specific to a particular component. This process will not fire a server-side call. Also note that this zcql_service instance will be used in multiple scenarios while performing retrieval, insertion, updation or deletion operations in the Catalyst Data Store.

It can be created in the following way :

    
copy
zcql_service = app.zcql()

RELATED LINKS

ZCQL Data Store