Developing applications
The TEDA toolkit and framework contain applications that help you import and process your telecommunications data.
To create TEDA applications, perform the following steps:
- Create a TEDA application. Use the command-line script to create application projects that you can immediately run to process data.
-
Configure the application. TEDA applications offer a wide set of features and settings to adapt an application to your needs and environment. During this step, you enable or disable features, configure file and directory paths, and provide additional information that is required to run the application.
-
Customize the application. The application that you created in step 1 and configured in step 2 is a skeleton application that can already process files, but it does not contain business logic, and it does not process your data. During this step, you implement your own business logic (for example, filtering, enriching, and applying conditional behavior) and then adapt the application to your data schemes. For customization, the framework has designated locations for customization code. You create each customization in a separate SPL file.
- Creating applications
- The TEDA framework contains tools to help you develop applications.