From b1c9246ffa4e44606c9be3a18baecf66bc716f41 Mon Sep 17 00:00:00 2001 From: menaka Date: Fri, 11 Dec 2015 11:29:26 +0530 Subject: [PATCH 1/7] db script error resolved --- modules/distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 8b4d6540..f4211bb4 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -284,7 +284,7 @@ + file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/cdm/plugins/androidsense/h2.sql"/> From 43cdc86543d6040a096094c27e5f3911dbd66d74 Mon Sep 17 00:00:00 2001 From: menaka Date: Fri, 11 Dec 2015 12:22:39 +0530 Subject: [PATCH 2/7] db script error resolved --- modules/distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index f4211bb4..8b4d6540 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -284,7 +284,7 @@ + file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/cdm/plugins/android_sense/h2.sql"/> From 194843c91aefce807b455b17d88c0f886b7694ec Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Fri, 11 Dec 2015 14:27:40 +0530 Subject: [PATCH 3/7] spark scripts for the other sensors --- .../EventReceiver_gravity.xml | 8 ++++ .../Eventreceiver_gravaity_1.0.0/artifact.xml | 4 ++ .../Eventstore_gravity_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_gravity.xml | 44 +++++++++++++++++++ .../Eventstream_gravity_1.0.0/artifact.xml | 5 +++ .../org.wso2.iot.devices.gravity_1.0.0.json | 20 +++++++++ .../Gravity_Sensor_Script.xml | 13 ++++++ .../Gravity/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../carbonapps/Gravity/artifacts.xml | 11 +++++ .../EventReceiver_gyroscope.xml | 8 ++++ .../artifact.xml | 4 ++ .../Eventstore_gyroscope_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_gyroscope.xml | 44 +++++++++++++++++++ .../Eventstream_gyroscope_1.0.0/artifact.xml | 5 +++ .../org.wso2.iot.devices.gyroscope_1.0.0.json | 20 +++++++++ .../Gyroscope_Sensor_Script.xml | 13 ++++++ .../Gyroscope/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../carbonapps/Gyroscope/artifacts.xml | 11 +++++ .../EventReceiver_pressure.xml | 8 ++++ .../Eventreceiver_pressure_1.0.0/artifact.xml | 4 ++ .../Eventstore_pressure_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_pressure.xml | 44 +++++++++++++++++++ .../Eventstream_pressure_1.0.0/artifact.xml | 5 +++ .../org.wso2.iot.devices.pressure_1.0.0.json | 20 +++++++++ .../Gyroscope_Sensor_Script.xml | 13 ++++++ .../Pressure/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../carbonapps/Pressure/artifacts.xml | 11 +++++ .../EventReceiver_proximity.xml | 8 ++++ .../artifact.xml | 4 ++ .../Eventstore_proximity_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_proximity.xml | 44 +++++++++++++++++++ .../Eventstream_proximity_1.0.0/artifact.xml | 5 +++ .../org.wso2.iot.devices.proximity_1.0.0.json | 20 +++++++++ .../Proximity_Sensor_Script.xml | 13 ++++++ .../Proximity/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../carbonapps/Proximity/artifacts.xml | 11 +++++ .../EventReceiver_rotation.xml | 8 ++++ .../Eventreceiver_rotation_1.0.0/artifact.xml | 4 ++ .../Eventstore_rotation_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_rotation.xml | 44 +++++++++++++++++++ .../Eventstream_rotation_1.0.0/artifact.xml | 5 +++ .../org.wso2.iot.devices.rotation_1.0.0.json | 20 +++++++++ .../Rotation_Sensor_Script.xml | 13 ++++++ .../Rotation/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../carbonapps/Rotation/artifacts.xml | 11 +++++ 45 files changed, 565 insertions(+) create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml create mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml new file mode 100644 index 00000000..86efcbfb --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml new file mode 100644 index 00000000..e150a5c6 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_gravity.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml new file mode 100644 index 00000000..d54e89a9 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_gravity.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml new file mode 100644 index 00000000..3a575434 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.gravity:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + gravity + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml new file mode 100644 index 00000000..2953fd5b --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.gravity_1.0.0.json + + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json new file mode 100644 index 00000000..f18bd87b --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.gravity", + "version": "1.0.0", + "nickName": "Gravity Data", + "description": "Gravity data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "gravity","type": "FLOAT" + } + ] +} + + + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml new file mode 100644 index 00000000..34bcb8d0 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 00000000..0d5f122e --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Gravity_Sensor_Script.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml new file mode 100644 index 00000000..1a9e815e --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml new file mode 100644 index 00000000..f5aa74ea --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml new file mode 100644 index 00000000..4d4a7b91 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_gyroscope.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml new file mode 100644 index 00000000..73fbde21 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_gyroscope.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml new file mode 100644 index 00000000..603711c1 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.gyroscope:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + gyroscope + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml new file mode 100644 index 00000000..e09e166e --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.gyroscope_1.0.0.json + + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json new file mode 100644 index 00000000..0583da29 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.gyroscope", + "version": "1.0.0", + "nickName": "Gyroscope Data", + "description": "Gyroscope data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "gyroscope","type": "FLOAT" + } + ] +} + + + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml new file mode 100644 index 00000000..f26032cf --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 00000000..3fcf3d50 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Gyroscope_Sensor_Script.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml new file mode 100644 index 00000000..6a3ea818 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml new file mode 100644 index 00000000..76ac8619 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml new file mode 100644 index 00000000..c611037c --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_pressure.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml new file mode 100644 index 00000000..dfae64f1 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_pressure.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml new file mode 100644 index 00000000..2533da29 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.pressure:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + pressure + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml new file mode 100644 index 00000000..2a2f8868 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.pressure_1.0.0.json + + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json new file mode 100644 index 00000000..f58059d2 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.pressure", + "version": "1.0.0", + "nickName": "Pressure Data", + "description": "Pressure data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "pressure","type": "FLOAT" + } + ] +} + + + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml new file mode 100644 index 00000000..d6c0e353 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 00000000..3fcf3d50 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Gyroscope_Sensor_Script.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml new file mode 100644 index 00000000..249b33da --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml new file mode 100644 index 00000000..d57d2e0a --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml new file mode 100644 index 00000000..1e3fbccb --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_proximity.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml new file mode 100644 index 00000000..bdcffa5b --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_proximity.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml new file mode 100644 index 00000000..f0958f01 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.proximity:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + proximity + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml new file mode 100644 index 00000000..bec60673 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.proximity_1.0.0.json + + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json new file mode 100644 index 00000000..88fb9008 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.proximity", + "version": "1.0.0", + "nickName": "Proximity Data", + "description": "Proximity data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "proximity","type": "FLOAT" + } + ] +} + + + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml new file mode 100644 index 00000000..889cfca6 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 00000000..c3bc1d61 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Proximity_Sensor_Script.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml new file mode 100644 index 00000000..d682d5b6 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml new file mode 100644 index 00000000..df0dfb57 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml new file mode 100644 index 00000000..3395400e --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_rotation.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml new file mode 100644 index 00000000..6a75eba8 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_rotation.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml new file mode 100644 index 00000000..8e6863f5 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.rotation:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + rotation + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml new file mode 100644 index 00000000..21982655 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.rotation_1.0.0.json + + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json new file mode 100644 index 00000000..03881bcf --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.rotation", + "version": "1.0.0", + "nickName": "Rotation Data", + "description": "Rotation data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "rotation","type": "FLOAT" + } + ] +} + + + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml new file mode 100644 index 00000000..ed2730eb --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 00000000..59ec9383 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Rotation_Sensor_Script.xml + diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml new file mode 100644 index 00000000..4a2b6e95 --- /dev/null +++ b/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + From 88a09c8cab1587db883932f3857691502c7226bf Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Fri, 11 Dec 2015 14:41:04 +0530 Subject: [PATCH 4/7] spark scripts for the other sensors + build.xml edited --- .../src/statistics/carbonapps/build.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/distribution/src/statistics/carbonapps/build.xml b/modules/distribution/src/statistics/carbonapps/build.xml index 129ecab7..8ac17852 100644 --- a/modules/distribution/src/statistics/carbonapps/build.xml +++ b/modules/distribution/src/statistics/carbonapps/build.xml @@ -33,5 +33,20 @@ + + + + + + + + + + + + + + + From 454b24db1f30493120ac1de73ac237329ed4d09a Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Fri, 11 Dec 2015 14:47:50 +0530 Subject: [PATCH 5/7] spark scripts for the other sensors + build.xml edited --- modules/distribution/src/statistics/carbonapps/build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/distribution/src/statistics/carbonapps/build.xml b/modules/distribution/src/statistics/carbonapps/build.xml index 8ac17852..b3d87e62 100644 --- a/modules/distribution/src/statistics/carbonapps/build.xml +++ b/modules/distribution/src/statistics/carbonapps/build.xml @@ -10,6 +10,11 @@ + + + + + From 9857e2f2b4cbcc4ef836e6deb89c9c023893d8ce Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Fri, 11 Dec 2015 15:30:34 +0530 Subject: [PATCH 6/7] spark script for pressure --- .../{Gyroscope_Sensor_Script.xml => Pressure_Sensor_Script.xml} | 0 .../carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/{Gyroscope_Sensor_Script.xml => Pressure_Sensor_Script.xml} (100%) diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml similarity index 100% rename from modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml rename to modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml index 3fcf3d50..046bc619 100644 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml +++ b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml @@ -1,4 +1,4 @@ - Gyroscope_Sensor_Script.xml + Pressure_Sensor_Script.xml From a9dcd8cd2123271d9b7bd8ac2c266c8ac4681783 Mon Sep 17 00:00:00 2001 From: charithag Date: Fri, 11 Dec 2015 22:54:17 +0530 Subject: [PATCH 7/7] Moved analytics toCDMF coomponents --- modules/distribution/pom.xml | 4 -- modules/distribution/src/assembly/bin.xml | 2 +- .../bamtoolbox/IOT_Sensor_Analytics.tbox | Bin 5538 -> 0 bytes .../EventReceiver_accelerometer.xml | 8 --- .../artifact.xml | 4 -- .../artifact.xml | 4 -- .../org_wso2_iot_devices_accelerometer.xml | 44 ------------ .../artifact.xml | 5 -- ....wso2.iot.devices.accelerometer_1.0.0.json | 20 ------ .../Accelerometer_Sensor_Script.xml | 13 ---- .../Sparkscripts_1.0.0/artifact.xml | 5 -- .../carbonapps/Accelerometer/artifacts.xml | 11 --- .../EventReceiver_battery.xml | 8 --- .../Eventreceiver_battery_1.0.0/artifact.xml | 4 -- .../Eventstore_battery_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_battery.xml | 44 ------------ .../Eventstream_battery_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.battery_1.0.0.json | 20 ------ .../Battery_Sensor_Script.xml | 13 ---- .../Battery/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Battery/artifacts.xml | 11 --- .../EventReceiver_gps.xml | 8 --- .../GPS/Eventreceiver_gps_1.0.0/artifact.xml | 4 -- .../GPS/Eventstore_gps_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_gps.xml | 51 ------------- .../GPS/Eventstream_gps_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.gps_1.0.0.json | 23 ------ .../Sparkscripts_1.0.0/GPS_Sensor_Script.xml | 13 ---- .../GPS/Sparkscripts_1.0.0/artifact.xml | 4 -- .../statistics/carbonapps/GPS/artifacts.xml | 11 --- .../EventReceiver_gravity.xml | 8 --- .../Eventreceiver_gravaity_1.0.0/artifact.xml | 4 -- .../Eventstore_gravity_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_gravity.xml | 44 ------------ .../Eventstream_gravity_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.gravity_1.0.0.json | 20 ------ .../Gravity_Sensor_Script.xml | 13 ---- .../Gravity/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Gravity/artifacts.xml | 11 --- .../EventReceiver_gyroscope.xml | 8 --- .../artifact.xml | 4 -- .../Eventstore_gyroscope_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_gyroscope.xml | 44 ------------ .../Eventstream_gyroscope_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.gyroscope_1.0.0.json | 20 ------ .../Gyroscope_Sensor_Script.xml | 13 ---- .../Gyroscope/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Gyroscope/artifacts.xml | 11 --- .../EventReceiver_light.xml | 8 --- .../Eventreceiver_light_1.0.0/artifact.xml | 4 -- .../Light/Eventstore_light_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_light.xml | 44 ------------ .../Eventstream_light_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.light_1.0.0.json | 20 ------ .../Light_Sensor_Script.xml | 13 ---- .../Light/Sparkscripts_1.0.0/artifact.xml | 4 -- .../statistics/carbonapps/Light/artifacts.xml | 11 --- .../EventReceiver_magnetic.xml | 8 --- .../Eventreceiver_magnetic_1.0.0/artifact.xml | 4 -- .../Eventstore_magnetic_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_magnetic.xml | 44 ------------ .../Eventstream_magnetic_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.magnetic_1.0.0.json | 20 ------ .../Magnetic_Sensor_Script.xml | 12 ---- .../Magnetic/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Magnetic/artifacts.xml | 11 --- .../EventReceiver_pressure.xml | 8 --- .../Eventreceiver_pressure_1.0.0/artifact.xml | 4 -- .../Eventstore_pressure_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_pressure.xml | 44 ------------ .../Eventstream_pressure_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.pressure_1.0.0.json | 20 ------ .../Pressure_Sensor_Script.xml | 13 ---- .../Pressure/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Pressure/artifacts.xml | 11 --- .../EventReceiver_proximity.xml | 8 --- .../artifact.xml | 4 -- .../Eventstore_proximity_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_proximity.xml | 44 ------------ .../Eventstream_proximity_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.proximity_1.0.0.json | 20 ------ .../Proximity_Sensor_Script.xml | 13 ---- .../Proximity/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Proximity/artifacts.xml | 11 --- .../EventReceiver_rotation.xml | 8 --- .../Eventreceiver_rotation_1.0.0/artifact.xml | 4 -- .../Eventstore_rotation_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_rotation.xml | 44 ------------ .../Eventstream_rotation_1.0.0/artifact.xml | 5 -- .../org.wso2.iot.devices.rotation_1.0.0.json | 20 ------ .../Rotation_Sensor_Script.xml | 13 ---- .../Rotation/Sparkscripts_1.0.0/artifact.xml | 4 -- .../carbonapps/Rotation/artifacts.xml | 11 --- .../EventReceiver_temperature.xml | 8 --- .../artifact.xml | 4 -- .../Eventstore_temperature_1.0.0/artifact.xml | 4 -- .../org_wso2_iot_devices_temperature.xml | 44 ------------ .../artifact.xml | 5 -- ...rg.wso2.iot.devices.temperature_1.0.0.json | 20 ------ .../Temperature_Sensor_Script.xml | 13 ---- .../Sparkscripts_1.0.0/artifact.xml | 4 -- .../Temperature_Sensor/artifacts.xml | 11 --- .../src/statistics/carbonapps/build.xml | 57 --------------- .../src/statistics/carbonapps/pom.xml | 68 ------------------ 104 files changed, 1 insertion(+), 1383 deletions(-) delete mode 100644 modules/distribution/src/statistics/bamtoolbox/IOT_Sensor_Analytics.tbox delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventreceiver_accelerometer_1.0.0/EventReceiver_accelerometer.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Accelerometer/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Battery/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/GPS/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Light/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Magnetic/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/Temperature_Sensor/artifacts.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/build.xml delete mode 100644 modules/distribution/src/statistics/carbonapps/pom.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 8b4d6540..580abf65 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -35,10 +35,6 @@ WSO2 IoT Server - Distribution WSO2 IoT Server Distribution - - src/statistics/carbonapps - - com.h2database.wso2 diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml index f00540d0..8bb9fb44 100644 --- a/modules/distribution/src/assembly/bin.xml +++ b/modules/distribution/src/assembly/bin.xml @@ -342,7 +342,7 @@ - src/statistics/carbonapps/target + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/carbonapps ${pom.artifactId}-${pom.version}/repository/deployment/server/carbonapps diff --git a/modules/distribution/src/statistics/bamtoolbox/IOT_Sensor_Analytics.tbox b/modules/distribution/src/statistics/bamtoolbox/IOT_Sensor_Analytics.tbox deleted file mode 100644 index 326f121ed30d91eca22e7cc26777a57e26e02c40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5538 zcmb7|c|6qb7RSfF7NQ9GMV9RQl6~xqEo+wSV_#>+o~)^{D?7ie$u1$1B@&7(VN586 zWUsMh`KkMzbZ;)Yx#M*(f6V!O&wI}EoX_*lj$- zL*3yXFiWtzwW~kE$rjFUXg~tOqo`^(^Z~-#j|_x^zm5X};nM&g)csGoxC80_`dvEf z|4vNv`@~oQVo<&9f=YYI5|b_Pt^o+)KPUbn5dek3`8;7Bo=_OV2@3yF#dLFyAvO+F z0qKGC6qjl6a-q1j`Cjr|Okr43K|uJ1sY*0P|zwqG9<~`3W^J8Tr!VAE5T? z0VNTs8ejFwOvML*f_Xt8i9grlE%h>Zh9EoGR& z^VDcMCssKdu7OMG*rnprU*ZuX7r6>&#j5@DOr4Uix{t{VUE6WvgI&J-LW0wQmH+kI zyMtM)a#@zOc17GQdLb*~dI&8>JXQ@`f+7m}Oct?H1^iG=i*f>RJBH-BwGuK$k$n66 zZ94ga($NbPZLq4WYDQev^~=MQ6g@*XozIlM%Y-<}(m&`cuIQ2vz{yfI#@)c!Xhn#M z$@I~pP~22!B#0ll=<$$?8w;#mv`D04Ku5sdXGW=jxEji&=LR{HRZDQe*@0w@{5@H{ zGR6XL{wA_eqE+&&QmhYLX2`mp*p3vWVWtr^p*>-u#FEv!mfMEOFVa&uH**VxW#o-Eca% zXG?)t$mE6`)Ty3V@OB4pt>OKy5H+R#1hzsB<7Mito-kr0bb1UGc0$6l?}iA=I{)^N z#%*?i=MndmU4^Zh$*#V}$EepZS_+b4#_bIu>JK}Esd5G3C+p2?HF-?@jc!JTCXqy| zDG6T{eD5kmwNBe#DWlhyC(DQo_#Qtt23F4BMid$ZRaDTTPmzmob;!**2mBSx$-m1o zHfXPbD|frv6!CLgEm24!fn)Fx_LZ6wu`N%)IwmdvdT!SG4j)Ao-AQeOyq(%9`p@!r2; z@&4S?I9&2YW^`fqnQ3PY2cmNQj69k*tK5aC>yEEX^!RR=BIVCL;yY#b+LdS5bX+p3 zylEKaRXT;b>A8?pu~{%r&0ix;drJJvEZ>tX#5yT@*mLsbqzAIHXSQr}^i)Y?C2y?c zwV;d5X+j-#QA5S{^2*`*O<|Sh>D}!kxwa#rusLlz&D?yvU+N*=qCAtuw?j zw1ezn1TQAnad}R(EMd5-tna~8t{bwJ{MF<0n!04s4nwM2n{D8<#;cw@ng#2Z zOxE{CIv16c4(84)UVe@c?3kY-UYg_@{Mb~#jjWLbmCgut`zN3F=>*z(bkLg2PPAZc zrPt_v-bv#(6cv*!m(mHJ^t8Et7$%*fu1eO*L36a6eUWlz!BVVHd%KxCIQ+RRx@_>2 zv&1XW_$w^w44o5srWl=Q9^~_!b03{EQ0MC|IG7Pg-L3VXyC=;}KbUVRtHR+`me-0| zMPGJIey2TSY>V@8b2LKVtuEPZ1vNIGtW%43T4tB%>(;j1uZdA{U}BvA-9`vUz@XM{ zN>F?Ey;-FDr;*`n*{EVpwZ=OJjEld4Q6+ke%s)3+1#edy{r~9w*k4C$?G3SUV1IQ> z07th8P~PZ!QJFSo9#zjI6Lmi9V%a;Tm*^P!8Z9Rk<@WE*>W|c_W>OkIH~HVWZ*&FN zWK~8OSD*Oik4wHdG2z-OJ7LKm*n^9h>M%1VSauL#Bp)<`Mz0E`<8a_a)Fzk*y(Ztu ztEy$Curi<<$C+-YR18%rlBmM*k{8fgy{$hx8xD=mC9)4GZsX%(BhykR?lg0ZH=5tF zcyHkqe)eU4+{pTjZ*$fM?uF3r-EJ(X`#bN)ueBPaQk(hYohemwOqLv3tCtXRTdH_b zm%V=WT*y)s63xmn0+37tNQxYvq>8os0g$f&h}bv;vNZ|-8QC|d z-{Z!oJT4P(Mmd4BR6J2gB%jbtFT+H+-B%o`93@(3*Bm^PIWBx7#kqr|VMEuVX@@uV zj^65XgT-zclO8d)uq<7Pn84di} zG~Sn5G`o#r05RVht>*eALGQ|8*lDCD+owo(2i1nb<(t>O8fKS=&+~1{KIHfX@t>j= z6;gC>(hvag3jk5<_z*Rn92^k`Fb;9K7-Hi9#^gjDvNi$o=bx`fjl($em}JOUZiOwg z+a`(j=9#H7u(MqE-BE>VN~84$zg|~oYKjLvNEH3R7+W4yDqO9=z(?cVz-nxc@V238 zMJ0NVioCmYPN(C}8hUo65h?v%($AXNgk39KF)JoNIHn<@ti17Ri~;AefLrC~h4{$8YdBl882n!h{Q-tCi@LtU0K;m4q4@C` zYIz`>JP!8aJ5CovY#e|XoA8Ph=*5V>4Nlk?ByoPA`h1vC|2riOM-;t?mbwCjYT~V( zSun;*TYV<8N4sKxn5%-)K1VCP&PWGde3kD(BEhJ+6NfiJRVTfO*rJ2LS&pfQWiFE} z{fEL=s9(;Ed%eaVZR^VThu_36{Vb2J*hTb!})~`g=m)-btS2&7YdS?Lq>_&&NZaHa#)o}&TDWF$Fo{?QcH(kp0?xSrDs4{Ncu`T zmZ;UVe<(0Kv7wL89^c-1D` zZ3NA6!L`WPZ&pWaszsf9p10#653IHU zi+Y1yPeHg8JeXuxrZ)HFvq-7CuZug$#MeGKr+Xn9QV|53o;>aYePj#80%-IpTkxzi zc}4{ev+bi+%JNFOY^}mOP64H^{ucMi3AXqvWku%j>0+P{MAwrQ7fAT=lG*H1U< zBWy%tb%f?@?OZ6#$%F`=soZ4pRFjM~T^ycLV;&tbts}*=lmFV#vb?ec+a zb~*qh9U%xLbPSyE9|QW(=`MuZ#Sj|@AeImGIY$Uk5`GEHwqeR4UY~H|cjKfPz0)j@ zidhI@zkRl@aw1K}6+GSxCT4E`Y`dwP5@J8uW1|xn(Kw|q{Ur61ci*6eG)64>o&jp` zR<9-<bNrhmYw-lz+3>+lyLoXrajnW#|h1-cJ7x9;tpE~Dz zGzx=5D{D42qATOtIB?tR*?d2|^3wpPz;rP{A7N{{i=~o!(#L*fCUoW3B<|BaHQayodegerY!1KNt8@ z`hXh+l#g(t`;`xyw*AV^B*#`hWZ?kqBkbFL?Zakgzjg(%WdHQF{;c}2^#R0>us!?5 z4||0D;%j8b7C+<|0PQ2(!hY?;vvt3=#ED~T|7OwxPjJMP-TwrK$I<>LxOwu=PjJ+5 b0(6fUOu7&PVC{fF - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml deleted file mode 100644 index 0875edb2..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_accelerometer.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml deleted file mode 100644 index 9e6f1e84..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_accelerometer.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml deleted file mode 100644 index 3312516e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.accelerometer:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - accelerometer - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml deleted file mode 100644 index 94cfa5d3..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.accelerometer_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json deleted file mode 100644 index db6af8ee..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.accelerometer", - "version": "1.0.0", - "nickName": "accelerometer Data", - "description": "accelerometer data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "accelerometer","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml deleted file mode 100644 index 80cf89b5..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - Accelerometer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 9c88d819..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - Accelerometer_Sensor_Script.xml - - diff --git a/modules/distribution/src/statistics/carbonapps/Accelerometer/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Accelerometer/artifacts.xml deleted file mode 100644 index 88a8d5f5..00000000 --- a/modules/distribution/src/statistics/carbonapps/Accelerometer/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml b/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml deleted file mode 100644 index 640da303..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/artifact.xml deleted file mode 100644 index 00f6cbca..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventreceiver_battery_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_battery.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/artifact.xml deleted file mode 100644 index 1ab97be0..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_battery.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml b/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml deleted file mode 100644 index 6f40ebb5..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.battery:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - battery - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/artifact.xml deleted file mode 100644 index f3451427..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.battery_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json deleted file mode 100644 index c0a2106f..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.battery", - "version": "1.0.0", - "nickName": "battery Data", - "description": "battery data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "battery","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml deleted file mode 100644 index 005ab010..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - Battery_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 1a1ad956..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Battery_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Battery/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Battery/artifacts.xml deleted file mode 100644 index b5514bd6..00000000 --- a/modules/distribution/src/statistics/carbonapps/Battery/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml b/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml deleted file mode 100644 index acda8f1a..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/artifact.xml deleted file mode 100644 index da4b5802..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventreceiver_gps_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_gps.xml - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/artifact.xml deleted file mode 100644 index 04fe1f05..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_gps.xml - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml b/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml deleted file mode 100644 index 98de2ba9..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - org.wso2.iot.devices.gps:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - latitude - false - false - false - FLOAT - - - longitude - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/artifact.xml deleted file mode 100644 index 5d0432ee..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.gps_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json b/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json deleted file mode 100644 index 04d2b106..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "org.wso2.iot.devices.gps", - "version": "1.0.0", - "nickName": "GPS Data", - "description": "GPS data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "latitude","type": "FLOAT" - }, - { - "name": "longitude","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml deleted file mode 100644 index 8d67f805..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 19a4f36d..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - GPS_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/GPS/artifacts.xml b/modules/distribution/src/statistics/carbonapps/GPS/artifacts.xml deleted file mode 100644 index 8bf3d37c..00000000 --- a/modules/distribution/src/statistics/carbonapps/GPS/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml deleted file mode 100644 index 86efcbfb..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml deleted file mode 100644 index e150a5c6..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_gravity.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml deleted file mode 100644 index d54e89a9..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_gravity.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml deleted file mode 100644 index 3a575434..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.gravity:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - gravity - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml deleted file mode 100644 index 2953fd5b..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.gravity_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json deleted file mode 100644 index f18bd87b..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.gravity", - "version": "1.0.0", - "nickName": "Gravity Data", - "description": "Gravity data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "gravity","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml deleted file mode 100644 index 34bcb8d0..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 0d5f122e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Gravity_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml deleted file mode 100644 index 1a9e815e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gravity/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml deleted file mode 100644 index f5aa74ea..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml deleted file mode 100644 index 4d4a7b91..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_gyroscope.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml deleted file mode 100644 index 73fbde21..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_gyroscope.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml deleted file mode 100644 index 603711c1..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.gyroscope:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - gyroscope - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml deleted file mode 100644 index e09e166e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.gyroscope_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json deleted file mode 100644 index 0583da29..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.gyroscope", - "version": "1.0.0", - "nickName": "Gyroscope Data", - "description": "Gyroscope data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "gyroscope","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml deleted file mode 100644 index f26032cf..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 3fcf3d50..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Gyroscope_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml deleted file mode 100644 index 6a3ea818..00000000 --- a/modules/distribution/src/statistics/carbonapps/Gyroscope/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml b/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml deleted file mode 100644 index ef4ec04d..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/artifact.xml deleted file mode 100644 index a7d13f8d..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventreceiver_light_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_light.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/artifact.xml deleted file mode 100644 index b424b32d..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_light.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml b/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml deleted file mode 100644 index 4ccd871b..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.light:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - light - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/artifact.xml deleted file mode 100644 index 39d09aff..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.light_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json deleted file mode 100644 index 253f0b0c..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.light", - "version": "1.0.0", - "nickName": "light Data", - "description": "light data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "light","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml deleted file mode 100644 index 930fd26e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - Light_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 30953886..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Light_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Light/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Light/artifacts.xml deleted file mode 100644 index 79bc08b5..00000000 --- a/modules/distribution/src/statistics/carbonapps/Light/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml deleted file mode 100644 index 22e8e22f..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml deleted file mode 100644 index 2d595f4f..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_magnetic.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml deleted file mode 100644 index d84e3fea..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_magnetic.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml deleted file mode 100644 index eefb1fb0..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.magnetic:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - magnetic - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml deleted file mode 100644 index 2d071139..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.magnetic_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json deleted file mode 100644 index 5cbe22ba..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.magnetic", - "version": "1.0.0", - "nickName": "magnetic Data", - "description": "magnetic data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "magnetic","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml deleted file mode 100644 index 7df6931e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 81a49e1f..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Magnetic_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Magnetic/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Magnetic/artifacts.xml deleted file mode 100644 index 8c013b5d..00000000 --- a/modules/distribution/src/statistics/carbonapps/Magnetic/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml deleted file mode 100644 index 76ac8619..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml deleted file mode 100644 index c611037c..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_pressure.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml deleted file mode 100644 index dfae64f1..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_pressure.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml deleted file mode 100644 index 2533da29..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.pressure:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - pressure - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml deleted file mode 100644 index 2a2f8868..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.pressure_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json deleted file mode 100644 index f58059d2..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.pressure", - "version": "1.0.0", - "nickName": "Pressure Data", - "description": "Pressure data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "pressure","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml deleted file mode 100644 index d6c0e353..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 046bc619..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Pressure_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml deleted file mode 100644 index 249b33da..00000000 --- a/modules/distribution/src/statistics/carbonapps/Pressure/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml deleted file mode 100644 index d57d2e0a..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml deleted file mode 100644 index 1e3fbccb..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_proximity.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml deleted file mode 100644 index bdcffa5b..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_proximity.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml deleted file mode 100644 index f0958f01..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.proximity:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - proximity - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml deleted file mode 100644 index bec60673..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.proximity_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json deleted file mode 100644 index 88fb9008..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.proximity", - "version": "1.0.0", - "nickName": "Proximity Data", - "description": "Proximity data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "proximity","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml deleted file mode 100644 index 889cfca6..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index c3bc1d61..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Proximity_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml deleted file mode 100644 index d682d5b6..00000000 --- a/modules/distribution/src/statistics/carbonapps/Proximity/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml deleted file mode 100644 index df0dfb57..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml deleted file mode 100644 index 3395400e..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_rotation.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml deleted file mode 100644 index 6a75eba8..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_rotation.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml deleted file mode 100644 index 8e6863f5..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.rotation:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - rotation - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml deleted file mode 100644 index 21982655..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.rotation_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json deleted file mode 100644 index 03881bcf..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.rotation", - "version": "1.0.0", - "nickName": "Rotation Data", - "description": "Rotation data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "rotation","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml deleted file mode 100644 index ed2730eb..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 59ec9383..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Rotation_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml deleted file mode 100644 index 4a2b6e95..00000000 --- a/modules/distribution/src/statistics/carbonapps/Rotation/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml deleted file mode 100644 index 6786696c..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - false - - - - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml deleted file mode 100644 index b72e1ff7..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - EventReceiver_temperature.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml deleted file mode 100644 index 90b14c11..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - org_wso2_iot_devices_temperature.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml deleted file mode 100644 index 13a625bd..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - org.wso2.iot.devices.temperature:1.0.0 - - EVENT_STORE - - - meta_owner - true - true - false - STRING - - - meta_deviceType - true - true - false - STRING - - - meta_deviceId - true - true - false - STRING - - - meta_time - true - true - false - LONG - - - temperature - false - false - false - FLOAT - - - \ No newline at end of file diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml deleted file mode 100644 index 61e7903b..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - org.wso2.iot.devices.temperature_1.0.0.json - - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json deleted file mode 100644 index 5d94b982..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "org.wso2.iot.devices.temperature", - "version": "1.0.0", - "nickName": "Temperature Data", - "description": "Temperature data received from the Device", - "metaData": [ - {"name":"owner","type":"STRING"}, - {"name":"deviceType","type":"STRING"}, - {"name":"deviceId","type":"STRING"}, - {"name":"time","type":"LONG"} - ], - "payloadData": [ - { - "name": "temperature","type": "FLOAT" - } - ] -} - - - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml deleted file mode 100644 index ee6a7195..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - IoTServer_Sensor_Script - - 0 * * * * ? - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml deleted file mode 100644 index 58c2dcc1..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Temperature_Sensor_Script.xml - diff --git a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/artifacts.xml b/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/artifacts.xml deleted file mode 100644 index b5350763..00000000 --- a/modules/distribution/src/statistics/carbonapps/Temperature_Sensor/artifacts.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/build.xml b/modules/distribution/src/statistics/carbonapps/build.xml deleted file mode 100644 index b3d87e62..00000000 --- a/modules/distribution/src/statistics/carbonapps/build.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/modules/distribution/src/statistics/carbonapps/pom.xml b/modules/distribution/src/statistics/carbonapps/pom.xml deleted file mode 100644 index 56205789..00000000 --- a/modules/distribution/src/statistics/carbonapps/pom.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - org.wso2.iot - wso2iot-parent - 1.0.0-SNAPSHOT - ../../../../../pom.xml - - - 4.0.0 - iot-sample-capps - WSO2 iot server sample capp - pom - - - - - maven-clean-plugin - 2.4.1 - - - auto-clean - initialize - - clean - - - - - - maven-antrun-plugin - 1.7 - - - process-resources - - - - - - - run - - - - - - - - \ No newline at end of file