Updated on 2022-09-14 GMT+08:00

Scenario

Scenario

A user develops an application to filter out all data whose ID is greater than 5, group the data by field type, and calculates the amount of data of each type in every 20 seconds.

Development Idea

Compile CQL statements and submit the statements by using Java APIs on IntelliJ IDEA or by using CQL CLI on a Linux client.

For details about certain code, see Example Codes. For details about all Java API code, see the cql-examples sample project.