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/06/05 08:48:50 UTC

[incubator-streampipes-installer] branch dev updated (698e122 -> 0c8979d)

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

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


    from 698e122  Add PostGIS Service
     new f5f62f6  Add enricher processor to cli services
     new 778083d  Merge branch 'dev' of github.com:apache/incubator-streampipes-installer into dev
     new 0c8979d  Add logging limit to enricher service

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../docker-compose.yml                                                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy cli/services/{processors-filters-jvm => processors-enricher-jvm}/docker-compose.yml (93%)


[incubator-streampipes-installer] 01/03: Add enricher processor to cli services

Posted by ze...@apache.org.
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-installer.git

commit f5f62f676c26619ec9e1b5912bfdbc94e1600850
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Jun 5 10:47:14 2020 +0200

    Add enricher processor to cli services
---
 .../processors-enricher-jvm/docker-compose.yml     | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/cli/services/processors-enricher-jvm/docker-compose.yml b/cli/services/processors-enricher-jvm/docker-compose.yml
new file mode 100644
index 0000000..ed340ba
--- /dev/null
+++ b/cli/services/processors-enricher-jvm/docker-compose.yml
@@ -0,0 +1,31 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+version: "2"
+services:
+  processors-filters-jvm:
+    image: ${SP_DOCKER_REGISTRY}processors-enricher-jvm:${SP_PE_VERSION}
+    depends_on:
+      - "consul"
+#    ports:
+#      - "8098:8090"
+    extra_hosts:
+      - host.docker.internal:${HOST_DOCKER_INTERNAL}
+    networks:
+      spnet:
+
+networks:
+  spnet:
+    external: true


[incubator-streampipes-installer] 03/03: Add logging limit to enricher service

Posted by ze...@apache.org.
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-installer.git

commit 0c8979d607e2c5d887eacb7915db10805c2d853e
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Jun 5 10:48:28 2020 +0200

    Add logging limit to enricher service
---
 cli/services/processors-enricher-jvm/docker-compose.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cli/services/processors-enricher-jvm/docker-compose.yml b/cli/services/processors-enricher-jvm/docker-compose.yml
index ed340ba..00d3718 100644
--- a/cli/services/processors-enricher-jvm/docker-compose.yml
+++ b/cli/services/processors-enricher-jvm/docker-compose.yml
@@ -23,6 +23,11 @@ services:
 #      - "8098:8090"
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "1m"
+        max-file: "1"
     networks:
       spnet:
 


[incubator-streampipes-installer] 02/03: Merge branch 'dev' of github.com:apache/incubator-streampipes-installer into dev

Posted by ze...@apache.org.
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-installer.git

commit 778083dc55eaf3d1041e479e2adf9f5609cda430
Merge: f5f62f6 698e122
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Jun 5 10:47:36 2020 +0200

    Merge branch 'dev' of github.com:apache/incubator-streampipes-installer into dev

 cli/services/activemq/docker-compose.yml           |   5 +
 cli/services/app-container/docker-compose.yml      |   7 +-
 cli/services/backend/docker-compose.yml            |   7 +-
 cli/services/chronograf/docker-compose.yml         |   5 +
 cli/services/connect-master/docker-compose.yml     |   5 +
 .../connect-worker-main/docker-compose.yml         |   5 +
 cli/services/consul/docker-compose.yml             |   5 +
 cli/services/couchdb/docker-compose.yml            |   5 +
 cli/services/crate/docker-compose.yml              |   5 +
 cli/services/elasticsearch/docker-compose.yml      |   5 +
 cli/services/filebeat/docker-compose.yml           |   5 +
 cli/services/grafana/docker-compose.yml            |   5 +
 cli/services/influxdb/docker-compose.yml           |   5 +
 cli/services/iotdb/docker-compose.yml              |   5 +
 cli/services/jobmanager/docker-compose.yml         |   5 +
 cli/services/kafka/docker-compose.yml              |   5 +
 cli/services/kibana/docker-compose.yml             |   5 +
 cli/services/logstash/docker-compose.yml           |   5 +
 cli/services/mariadb/docker-compose.yml            |   5 +
 cli/services/mosquitto/docker-compose.yml          |   5 +
 cli/services/mysql/docker-compose.yml              |   5 +
 cli/services/nginx/docker-compose.yml              |   5 +
 cli/services/opcua/docker-compose.yml              |   5 +
 cli/services/pgadmin/docker-compose.yml            |   5 +
 cli/services/pgrouting/docker-compose.yml          |   5 +
 cli/services/phpmyadmin/docker-compose.yml         |   5 +
 .../pipeline-elements-all-jvm/docker-compose.yml   |   5 +
 .../{postgres => postgis}/docker-compose.yml       |  19 +--
 cli/services/postgres/docker-compose.yml           |   7 +-
 .../docker-compose.yml                             |   5 +
 .../processors-enricher-flink/docker-compose.yml   |   5 +
 .../processors-filters-jvm/docker-compose.yml      |   5 +
 .../processors-filters-siddhi/docker-compose.yml   |   5 +
 .../processors-geo-flink/docker-compose.yml        |   5 +
 cli/services/processors-geo-jvm/docker-compose.yml |   5 +
 .../docker-compose.yml                             |   5 +
 .../docker-compose.yml                             |   5 +
 cli/services/processors-python/docker-compose.yml  |   5 +
 .../processors-statistics-flink/docker-compose.yml |   5 +
 .../processors-text-mining-jvm/docker-compose.yml  |   5 +
 .../docker-compose.yml                             |   5 +
 .../docker-compose.yml                             |   5 +
 cli/services/rabbitmq/docker-compose.yml           |   5 +
 cli/services/rdf4j/docker-compose.yml              |   5 +
 cli/services/redis/docker-compose.yml              |   5 +
 cli/services/sinks-brokers-jvm/docker-compose.yml  |   5 +
 .../sinks-databases-flink/docker-compose.yml       |   5 +
 .../sinks-databases-jvm/docker-compose.yml         |   5 +
 cli/services/sinks-internal-jvm/docker-compose.yml |   5 +
 .../sinks-notifications-jvm/docker-compose.yml     |   5 +
 .../sources-vehicle-simulator/docker-compose.yml   |   5 +
 .../sources-watertank-simulator/docker-compose.yml |   5 +
 cli/services/swagger-ui/docker-compose.yml         |   5 +
 cli/services/taskmanager/docker-compose.yml        |   5 +
 .../docker-compose.yml                             |   5 +
 cli/services/zookeeper/docker-compose.yml          |   5 +
 installer/templates/docker-compose.full.yml        | 140 +++++++++++++++++++++
 installer/templates/docker-compose.lite.yml        |  60 +++++++++
 58 files changed, 490 insertions(+), 10 deletions(-)