Development Process
This document describes how to develop CQL applications based on Java APIs.
Figure 1 and Table 1 describe each phase of the development process.
Phase |
Description |
Reference Document |
---|---|---|
Understand the basic concepts. |
Before application development, learn basic concepts of CQL and understand the scenario requirements. |
|
Prepare the development and operating environment. |
You can use the IntelliJ IDEA tool to invoke Java APIs to develop CQL applications. The CQL operating environment is a Storm client. Install and configure the client according to the guide. |
|
Prepare projects. |
CQL provides sample projects for different scenarios. You can import a sample project to learn the application. |
|
Develop projects based on scenarios. |
Sample projects are provided, including projects about how to generate random numbers and how to collect statistics by condition. |
|
Run the application and check the result. |
Storm sample programs are running in the Linux OS. IntelliJ IDEA code needs to be packaged into a JAR package. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.