Project and script creation
Create a project with EdgeStreaming Studio. A "project" refers to the unit to manage stream processing (script) that the user creates.
In HULFT IoT EdgeStreaming, stream processing is managed on two levels, a project and a script.
You can combine multiple scripts into one project to manage them.
Use the procedure described below to create a script.
-
Start EdgeStreaming.
-
Double-click the New project icon on the desktop.
-
On the New project screen, enter a project name of your choice (single byte alphanumeric characters) for Project name.
Confirm that Create script is selected and click Next.
-
Enter a script name of your choice (single byte alphanumeric characters) for Script name and click Finish.
-
The Designer screen appears, and the project and script you just created are displayed.
From the project explorer, you can specify the data variable types for the created scripts using the script variables.
Specify the variable types according to the data types used in the adapters or Mappers.
For example, when you use the "Array" logic in Mapper, specify "Array" for the "Variable type" of the script variables.
You can specify the script variable settings from the script variables screen by following the procedures described below.
2. Click the New > Script variable menu.
The new script variables screen appears.
3. Specify the data type for Variable type in the Required settings tab.