You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/11 21:15:55 UTC

[incubator-streampipes] branch dev updated: Add extensions run configurations

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 50fc389  Add extensions run configurations
     new d6f0f9d  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
50fc389 is described below

commit 50fc3895e129532bad4de671d09b9987c4c6d22b
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Sep 11 23:15:21 2020 +0200

    Add extensions run configurations
---
 .../all_pipeline_elements_jvm.xml                  | 21 ++++++++++++++++++++
 .idea/runConfigurations/connect_adapters.xml       | 17 ++++++++++++++++
 .../processors_aggregation_flink.xml               | 15 ++++++++++++++
 .../processors_enricher_flink.xml                  | 15 ++++++++++++++
 .../runConfigurations/processors_enricher_jvm.xml  | 14 +++++++++++++
 .idea/runConfigurations/processors_filters_jvm.xml | 14 +++++++++++++
 .../processors_filters_siddhi.xml                  | 14 +++++++++++++
 .idea/runConfigurations/processors_geo_flink.xml   | 15 ++++++++++++++
 .idea/runConfigurations/processors_geo_jvm.xml     | 14 +++++++++++++
 .../processors_imageprocessing_jvm.xml             | 14 +++++++++++++
 .../processors_pattern_detection_flink.xml         | 15 ++++++++++++++
 .../processors_statistics_flink.xml                | 15 ++++++++++++++
 .../processors_textmining_flink.xml                | 15 ++++++++++++++
 .../processors_textmining_jvm.xml                  | 14 +++++++++++++
 .../processors_transformation_flink.xml            | 15 ++++++++++++++
 .../processors_transformation_jvm.xml              | 14 +++++++++++++
 .idea/runConfigurations/sinks_brokers_jvm.xml      | 14 +++++++++++++
 .idea/runConfigurations/sinks_databases_flink.xml  | 16 +++++++++++++++
 .idea/runConfigurations/sinks_databases_jvm.xml    | 14 +++++++++++++
 .idea/runConfigurations/sinks_internal_jvm.xml     | 22 +++++++++++++++++++++
 .../runConfigurations/sinks_notifications_jvm.xml  | 23 ++++++++++++++++++++++
 .../sources_vehicle_simulator_jvm.xml              | 16 +++++++++++++++
 .../sources_watertank_simulator_jvm.xml            | 16 +++++++++++++++
 23 files changed, 362 insertions(+)

diff --git a/.idea/runConfigurations/all_pipeline_elements_jvm.xml b/.idea/runConfigurations/all_pipeline_elements_jvm.xml
new file mode 100644
index 0000000..71ff5d7
--- /dev/null
+++ b/.idea/runConfigurations/all_pipeline_elements_jvm.xml
@@ -0,0 +1,21 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="all-pipeline-elements-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7023" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_COUCHDB_HOST" value="localhost" />
+      <env name="SP_JMS_HOST" value="localhost" />
+      <env name="SP_JMS_PORT" value="61616" />
+      <env name="SP_DATA_LAKE_HOST" value="localhost" />
+      <env name="SP_DATA_LAKE_PORT" value="8086" />
+      <env name="SP_BACKEND_HOST" value="localhost" />
+      <env name="SP_BACKEND_PORT" value="8030" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
+    <module name="streampipes-pipeline-elements-all-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/connect_adapters.xml b/.idea/runConfigurations/connect_adapters.xml
new file mode 100644
index 0000000..f59895f
--- /dev/null
+++ b/.idea/runConfigurations/connect_adapters.xml
@@ -0,0 +1,17 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="connect-adapters" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_CONNECT_CONTAINER_WORKER_HOST" value="host.docker.internal" />
+      <env name="SP_CONNECT_CONTAINER_HOST" value="host.docker.internal" />
+      <env name="SP_CONNECT_CONTAINER_MASTER_HOST" value="localhost" />
+      <env name="SP_DATA_LOCATION" value="./test_data/" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_DEBUG_CONNECT" value="false" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.connect.ConnectAdapterInit" />
+    <module name="streampipes-connect-adapters" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_aggregation_flink.xml b/.idea/runConfigurations/processors_aggregation_flink.xml
new file mode 100644
index 0000000..71da1c5
--- /dev/null
+++ b/.idea/runConfigurations/processors_aggregation_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-aggregation-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6005" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.aggregation.flink.AggregationFlinkInit" />
+    <module name="streampipes-processors-aggregation-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_enricher_flink.xml b/.idea/runConfigurations/processors_enricher_flink.xml
new file mode 100644
index 0000000..8160ec3
--- /dev/null
+++ b/.idea/runConfigurations/processors_enricher_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-enricher-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6010" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.enricher.flink.EnricherFlinkInit" />
+    <module name="streampipes-processors-enricher-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_enricher_jvm.xml b/.idea/runConfigurations/processors_enricher_jvm.xml
new file mode 100644
index 0000000..da8803d
--- /dev/null
+++ b/.idea/runConfigurations/processors_enricher_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-enricher-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6015" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.enricher.jvm.EnricherJvmInit" />
+    <module name="streampipes-processors-enricher-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_filters_jvm.xml b/.idea/runConfigurations/processors_filters_jvm.xml
new file mode 100644
index 0000000..290abe9
--- /dev/null
+++ b/.idea/runConfigurations/processors_filters_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-filters-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6025" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.filters.jvm.FiltersJvmInit" />
+    <module name="streampipes-processors-filters-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_filters_siddhi.xml b/.idea/runConfigurations/processors_filters_siddhi.xml
new file mode 100644
index 0000000..cf2077e
--- /dev/null
+++ b/.idea/runConfigurations/processors_filters_siddhi.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-filters-siddhi" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6025" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.siddhi.FiltersSiddhiInit" />
+    <module name="streampipes-processors-filters-siddhi" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_geo_flink.xml b/.idea/runConfigurations/processors_geo_flink.xml
new file mode 100644
index 0000000..228fa78
--- /dev/null
+++ b/.idea/runConfigurations/processors_geo_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-geo-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6025" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processor.geo.flink.GeoFlinkInit" />
+    <module name="streampipes-processors-geo-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_geo_jvm.xml b/.idea/runConfigurations/processors_geo_jvm.xml
new file mode 100644
index 0000000..3795efc
--- /dev/null
+++ b/.idea/runConfigurations/processors_geo_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-geo-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="8005" />
+      <env name="SP_HOST" value="172.17.0.1" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.geo.jvm.GeoJvmInit" />
+    <module name="streampipes-processors-geo-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_imageprocessing_jvm.xml b/.idea/runConfigurations/processors_imageprocessing_jvm.xml
new file mode 100644
index 0000000..38a2690
--- /dev/null
+++ b/.idea/runConfigurations/processors_imageprocessing_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-imageprocessing-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6035" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.imageprocessing.jvm.ImageProcessingJvmInit" />
+    <module name="streampipes-processors-image-processing-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_pattern_detection_flink.xml b/.idea/runConfigurations/processors_pattern_detection_flink.xml
new file mode 100644
index 0000000..55c052a
--- /dev/null
+++ b/.idea/runConfigurations/processors_pattern_detection_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-pattern-detection-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6040" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.pattern.detection.flink.PatternDetectionFlinkInit" />
+    <module name="streampipes-processors-pattern-detection-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_statistics_flink.xml b/.idea/runConfigurations/processors_statistics_flink.xml
new file mode 100644
index 0000000..0fb9fc3
--- /dev/null
+++ b/.idea/runConfigurations/processors_statistics_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-statistics-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6045" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.statistics.flink.StatisticsFlinkInit" />
+    <module name="streampipes-processors-statistics-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_textmining_flink.xml b/.idea/runConfigurations/processors_textmining_flink.xml
new file mode 100644
index 0000000..b964075
--- /dev/null
+++ b/.idea/runConfigurations/processors_textmining_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-textmining-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6050" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.textmining.flink.TextMiningFlinkInit" />
+    <module name="streampipes-processors-text-mining-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_textmining_jvm.xml b/.idea/runConfigurations/processors_textmining_jvm.xml
new file mode 100644
index 0000000..e179022
--- /dev/null
+++ b/.idea/runConfigurations/processors_textmining_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-textmining-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6065" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.textmining.jvm.TextMiningJvmInit" />
+    <module name="streampipes-processors-text-mining-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_transformation_flink.xml b/.idea/runConfigurations/processors_transformation_flink.xml
new file mode 100644
index 0000000..6b888b9
--- /dev/null
+++ b/.idea/runConfigurations/processors_transformation_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-transformation-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6055" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.transformation.flink.TransformationFlinkInit" />
+    <module name="streampipes-processors-transformation-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/processors_transformation_jvm.xml b/.idea/runConfigurations/processors_transformation_jvm.xml
new file mode 100644
index 0000000..5ebb364
--- /dev/null
+++ b/.idea/runConfigurations/processors_transformation_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="processors-transformation-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="6060" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.processors.transformation.jvm.TransformationJvmInit" />
+    <module name="streampipes-processors-transformation-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sinks_brokers_jvm.xml b/.idea/runConfigurations/sinks_brokers_jvm.xml
new file mode 100644
index 0000000..1a8c8ed
--- /dev/null
+++ b/.idea/runConfigurations/sinks_brokers_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sinks-brokers-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7005" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sinks.brokers.jvm.BrokersJvmInit" />
+    <module name="streampipes-sinks-brokers-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sinks_databases_flink.xml b/.idea/runConfigurations/sinks_databases_flink.xml
new file mode 100644
index 0000000..a785043
--- /dev/null
+++ b/.idea/runConfigurations/sinks_databases_flink.xml
@@ -0,0 +1,16 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sinks-databases-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7010" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+      <env name="SP_ELASTICSEARCH_HOST" value="localhost" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sinks.databases.flink.DatabasesFlinkInit" />
+    <module name="streampipes-sinks-databases-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sinks_databases_jvm.xml b/.idea/runConfigurations/sinks_databases_jvm.xml
new file mode 100644
index 0000000..ae22ec3
--- /dev/null
+++ b/.idea/runConfigurations/sinks_databases_jvm.xml
@@ -0,0 +1,14 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sinks-databases-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7015" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sinks.databases.jvm.DatabasesJvmInit" />
+    <module name="streampipes-sinks-databases-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sinks_internal_jvm.xml b/.idea/runConfigurations/sinks_internal_jvm.xml
new file mode 100644
index 0000000..31c0728
--- /dev/null
+++ b/.idea/runConfigurations/sinks_internal_jvm.xml
@@ -0,0 +1,22 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sinks-internal-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7020" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_COUCHDB_HOST" value="localhost" />
+      <env name="SP_JMS_HOST" value="localhost" />
+      <env name="SP_JMS_PORT" value="61616" />
+      <env name="SP_DATA_LAKE_HOST" value="localhost" />
+      <env name="SP_DATA_LAKE_PORT" value="8086" />
+      <env name="SP_BACKEND_HOST" value="localhost" />
+      <env name="SP_BACKEND_PORT" value="8030" />
+      <env name="SP_IMAGE_STORAGE_LOCATION" value="" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sinks.internal.jvm.SinksInternalJvmInit" />
+    <module name="streampipes-sinks-internal-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sinks_notifications_jvm.xml b/.idea/runConfigurations/sinks_notifications_jvm.xml
new file mode 100644
index 0000000..7ba03a7
--- /dev/null
+++ b/.idea/runConfigurations/sinks_notifications_jvm.xml
@@ -0,0 +1,23 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sinks-notifications-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="7025" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SLACK_TOKEN" value="" />
+      <env name="EMAIL_FROMS" value="" />
+      <env name="EMAIL_USERNAME" value="" />
+      <env name="EMAIL_PASSWORD" value="" />
+      <env name="EMAIL_SMTP_HOST" value="" />
+      <env name="EMAIL_SMTP_PORT" value="" />
+      <env name="EMAIL_STARTTLS" value="" />
+      <env name="EMAIL_SILL" value="" />
+      <env name="WEBSOCKET_PROTOCOL" value="ws" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sinks.notifications.jvm.SinksNotificationsJvmInit" />
+    <module name="streampipes-sinks-notifications-jvm" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml b/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml
new file mode 100644
index 0000000..7da01b8
--- /dev/null
+++ b/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml
@@ -0,0 +1,16 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sources-vehicle-simulator-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="5010" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_KAFKA_HOST" value="localhost" />
+      <env name="SP_ZOOKEEPER_HOST" value="localhost" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sources.vehicle.simulator.VehicleSimulatorInit" />
+    <module name="streampipes-sources-vehicle-simulator" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/sources_watertank_simulator_jvm.xml b/.idea/runConfigurations/sources_watertank_simulator_jvm.xml
new file mode 100644
index 0000000..bde654a
--- /dev/null
+++ b/.idea/runConfigurations/sources_watertank_simulator_jvm.xml
@@ -0,0 +1,16 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="sources-watertank-simulator-jvm" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_PORT" value="5015" />
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_KAFKA_HOST" value="localhost" />
+      <env name="SP_ZOOKEEPER_HOST" value="localhost" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sources.watertank.simulator.WatertankSimulatorInit" />
+    <module name="streampipes-sources-watertank-simulator" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file