Edit Analytics Processors with an IDE

Develop your analytics processors using an IDE and then upload the changes to Oracle Internet of Things Cloud Service.

Before following this procedure you must import your analytics application to your IDE, see Develop Analytics with an IDE.
  1. Open your analytics processor located in the src folder.
  2. Modify the code of your analytics processor.
  3. (Optional) Run the package Maven target to build your project.
  4. Run the iotanalytics:sync Maven target to upload your changes to Oracle Internet of Things Cloud Service.

    Note:

    If there is a conflict between your changes and the changes in the Cloud:

    • If the conflict is in the analytics processor code, the changes in your local sources overwrite the changes in the Cloud.

    • If the conflict is in the metadata, the changes in the Cloud overwrite the changes in your local sources. You must not edit your metadata using an IDE, instead use the Management Console.