Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Developer/Testing environment
    WSO2 IoTS is prepackaged with WSO2 DAS features. Therefore, the data gathered from the sensors are published to WSO2 DAS when the DAS C-App is deployed in WSO2 IoTS.For this you need to start WSO2 DAS in any of the following methods:

    Navigate to

    Follow the steps given below:

    1. Navigate to the <IoT_HOME>/bin and start all 3 servers in WSO2 IoTS at once/broker/bin directory and start the IoT Server broker profile.

      Code Block
      cd <IoT_HOME>/broker/bin
      ./start-allwso2server.sh
    2. Start WSO2 IoTS and WSO2 DAS separatelyNavigate to the <IoT_HOME>/core/bin directory and start the IoT Server core profile.

      Code Block
      cd <IoT_HOME>/core/bin
      ./wso2server.sh
       
      
    3. Navigate to the <IoT_HOME>/analytics/bin directory and start the IoT Server analytics profile.

      Code Block
      cd <IoT_HOME>/analytics/bin
      ./wso2server.sh sh
  • Production environment
    In a production environment deploying the DAS C-App on WSO2 IoTS will not be sufficient. Therefore, you need to configure WSO2 DAS to integrate WSO2 IoTS.

    Expand
    titleClick here for more information on integrating WSO2 DAS with WSO2 IoTS.
    Panel
    borderColor#4C83FB
    bgColor#ffffff
    borderWidth1
    Insert excerpt
    ST1:Configuring IoTS with WSO2 Data Analytics Server
    ST1:Configuring IoTS with WSO2 Data Analytics Server
    nopaneltrue

...