You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/08/24 05:31:20 UTC

[incubator-streampipes-installer] branch dev updated: [STREAMPIPES-196] add info about deployed services

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 41e4e95  [STREAMPIPES-196] add info about deployed services
41e4e95 is described below

commit 41e4e951f3df2aa4aa26f4613d0d6561a1b53960
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Aug 24 07:31:05 2020 +0200

    [STREAMPIPES-196] add info about deployed services
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index f681740..3414136 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ This project contains a variety of StreamPipes installation and operation option
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.
 
+This is useful in order to easily spin up StreamPipe's microservice environment consisting of:
+
+* **backend**, **connect master** and **ui** container (see [incubator-streampipes](https://github.com/apache/incubator-streampipes))
+* **extensions**, i.e. connect adapter, custom sources and pipeline elements (see [incubator-streampipes-extensions](https://github.com/apache/incubator-streampipes-extensions)), as well as
+* mandatory **third-party services** such as databases, message broker etc.
+
 ## How to get started?
 Clone this project
 ```bash