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 2022/11/24 15:33:03 UTC

[streampipes] branch dev updated: hotfix: update docs to remove incubator status

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/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new cd4243bfa hotfix: update docs to remove incubator status
cd4243bfa is described below

commit cd4243bfa7746c83cea2d61112793dce6ab1aab8
Author: Xin Wang <be...@163.com>
AuthorDate: Thu Nov 24 13:47:32 2022 +0000

    hotfix: update docs to remove incubator status
---
 README.md                                            | 20 ++++++++++----------
 installer/README.md                                  |  6 +++---
 installer/cli/README.md                              |  4 ++--
 streampipes-client-python/README.md                  |  6 +++---
 .../docs/getting-started/quickstart.md               |  2 +-
 streampipes-extensions/README.md                     | 14 +++++++-------
 streampipes-wrapper-python/README.md                 |  6 +++---
 ui/src/app/info/about/about.component.html           |  4 ++--
 8 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/README.md b/README.md
index d5861da59..34bba781b 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,15 @@
   ~
   -->
 
-[![Github Actions](https://img.shields.io/github/workflow/status/apache/incubator-streampipes/build-and-deploy-docker-dev)](https://github.com/apache/incubator-streampipes/actions/)
+[![Github Actions](https://img.shields.io/github/workflow/status/apache/streampipes/build-and-deploy-docker-dev)](https://github.com/apache/streampipes/actions/)
 [![Docker pulls](https://img.shields.io/docker/pulls/apachestreampipes/backend.svg)](https://hub.docker.com/r/apachestreampipes/backend/)
 [![Maven central](https://img.shields.io/maven-central/v/org.apache.streampipes/streampipes-backend.svg)](https://img.shields.io/maven-central/v/org.apache.streampipes/streampipes-backend.svg)
-[![License](https://img.shields.io/github/license/apache/incubator-streampipes.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Last commit](https://img.shields.io/github/last-commit/apache/incubator-streampipes.svg)]()
+[![License](https://img.shields.io/github/license/apache/streampipes.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+[![Last commit](https://img.shields.io/github/last-commit/apache/streampipes.svg)]()
 [![Twitter](https://img.shields.io/twitter/follow/StreamPipes.svg?label=Follow&style=social)](https://twitter.com/StreamPipes)
 [![Apache StreamPipes](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/detailed/q1jdu2&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/q1jdu2/runs)
-[![Contributors](https://img.shields.io/github/contributors/apache/incubator-streampipes)](https://github.com/apache/incubator-streampipes/graphs/contributors)
-![GitHub commit activity](https://img.shields.io/github/commit-activity/y/apache/incubator-streampipes)
+[![Contributors](https://img.shields.io/github/contributors/apache/streampipes)](https://github.com/apache/streampipes/graphs/contributors)
+![GitHub commit activity](https://img.shields.io/github/commit-activity/y/apache/streampipes)
 
 <h1 align="center">
   <br>
@@ -36,7 +36,7 @@
 <h4 align="center">StreamPipes is a self-service (Industrial) IoT toolbox to enable non-technical users to connect
 , analyze and explore IoT data streams. </h4>
 <p align="center">  
-    <img src="https://raw.githubusercontent.com/apache/incubator-streampipes/dev/images/streampipes-overview.png" alt="StreamPipes Overview"/>
+    <img src="https://raw.githubusercontent.com/apache/streampipes/dev/images/streampipes-overview.png" alt="StreamPipes Overview"/>
 </p>
 
 
@@ -91,15 +91,15 @@ Besides that, StreamPipes includes features for production deployments:
 
 * Connect data from an OPC-UA server following a three-step configuration process:
 
-![StreamPipes Connect](https://raw.githubusercontent.com/apache/incubator-streampipes/dev/images/streampipes-connect.gif)
+![StreamPipes Connect](https://raw.githubusercontent.com/apache/streampipes/dev/images/streampipes-connect.gif)
 
 * Create a pipeline to detect a continuous decrease using a trend detection data processor and a ``Notification``sink:
 
-![StreamPipes Pipeline Editor](https://raw.githubusercontent.com/apache/incubator-streampipes/dev/images/streampipes-pipelines.gif)
+![StreamPipes Pipeline Editor](https://raw.githubusercontent.com/apache/streampipes/dev/images/streampipes-pipelines.gif)
 
 * Visually analyze data using the data explorer:
 
-![StreamPipes Data Explorer](https://raw.githubusercontent.com/apache/incubator-streampipes/dev/images/streampipes-data-explorer.gif)
+![StreamPipes Data Explorer](https://raw.githubusercontent.com/apache/streampipes/dev/images/streampipes-data-explorer.gif)
 
 
 ## Installation
@@ -167,7 +167,7 @@ StreamPipes includes a repository of extensions for adapters and pipeline elemen
 * **Connect adapters** for a variety of IoT data sources as well as 
 * **Data Processors** and **Data Sinks** as ready-to-use pipeline elements. 
 
-The source code of all included pipeline elements and adapters can be found [here](https://github.com/apache/incubator-streampipes/tree/dev/streampipes-extensions).
+The source code of all included pipeline elements and adapters can be found [here](https://github.com/apache/streampipes/tree/dev/streampipes-extensions).
 
 ## Extending StreamPipes
 
diff --git a/installer/README.md b/installer/README.md
index 47d8eaf39..2a72a7b44 100644
--- a/installer/README.md
+++ b/installer/README.md
@@ -27,14 +27,14 @@ This project contains a variety of StreamPipes installation and operation option
 
 This is useful in order to easily spin up StreamPipes' 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
+* **backend**, **connect master** and **ui** container (see [streampipes](https://github.com/apache/streampipes))
+* **extensions**, i.e. connect adapter, custom sources and pipeline elements (see [streampipes-extensions](https://github.com/apache/streampipes-extensions)), as well as
 * mandatory **third-party services** such as databases, message broker etc.
 
 ## How to get started?
 Clone this project
 ```bash
-git clone https://github.com/apache/incubator-streampipes-installer
+git clone https://github.com/apache/streampipes-installer
 ```
 or download the ZIP of the installer. Click on the green button `Code` on the top right. Then click on `Download ZIP`.
 
diff --git a/installer/cli/README.md b/installer/cli/README.md
index 934a18f96..0c318d7d1 100644
--- a/installer/cli/README.md
+++ b/installer/cli/README.md
@@ -109,7 +109,7 @@ Now you're good to go to write your new pipeline element :tada: :tada: :tada:
 
 > **HINT for extensions**: Use our [Maven archetypes](https://streampipes.apache.org/docs/docs/dev-guide-archetype/) to setup a project skeleton and use your IDE of choice for development. However, we do recommend using IntelliJ.
 
-> **HINT for core**: To work on `backend` or `ui` features you need to set the template to `backend` and clone the core repository [incubator-streampipes](https://github.com/apache/incubator-streampipes) - check the prerequisites there for more information.
+> **HINT for core**: To work on `backend` or `ui` features you need to set the template to `backend` and clone the core repository [streampipes](https://github.com/apache/streampipes) - check the prerequisites there for more information.
 
 **Stop** environment and remove docker container
 ```bash
@@ -246,7 +246,7 @@ Simply add the path to this cli directory to your `$PATH` (on macOS, Linux) vari
 For **macOS**, or **Linux**:
 
 ```bash
-export PATH="/path/to/incubator-streampipes-installer/cli:$PATH"
+export PATH="/path/to/streampipes-installer/cli:$PATH"
 ```
 
 For **Windows 10**, e.g. check this [documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
diff --git a/streampipes-client-python/README.md b/streampipes-client-python/README.md
index 69241a87d..9ed564210 100644
--- a/streampipes-client-python/README.md
+++ b/streampipes-client-python/README.md
@@ -19,11 +19,11 @@
 
 <h1 align="center">
   <br>
-   <img src="https://raw.githubusercontent.com/apache/incubator-streampipes/dev/streampipes-client-python/docs/img/streampipes-python.png"
+   <img src="https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/streampipes-python.png"
    alt="StreamPipes Logo with Python" title="Apache StreamPipes Logo with Python" width="75%"/>
   <br>
 </h1>
-<h4 align="center"><a href="[StreamPipes](https://github.com/apache/incubator-streampipes)">StreamPipes</a> is a self-service (Industrial) IoT toolbox to enable non-technical users to connect , analyze and explore IoT data streams.</h4>
+<h4 align="center"><a href="[StreamPipes](https://github.com/apache/streampipes)">StreamPipes</a> is a self-service (Industrial) IoT toolbox to enable non-technical users to connect , analyze and explore IoT data streams.</h4>
 
 <br>
 <h3 align="center">Apache StreamPipes client for Python</h3>
@@ -99,4 +99,4 @@ StreamPipesApiKeyCredentials.from_env(username_env="USER", api_key_env="API-KEY"
 `username` is always the username that is used to log in into StreamPipes. <br>
 The `api_key` can be generated within the UI as demonstrated below:
 
-![Howto API Key](https://raw.githubusercontent.com/apache/incubator-streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)
\ No newline at end of file
+![Howto API Key](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)
\ No newline at end of file
diff --git a/streampipes-client-python/docs/getting-started/quickstart.md b/streampipes-client-python/docs/getting-started/quickstart.md
index 078fa7ffd..5a80a9f06 100644
--- a/streampipes-client-python/docs/getting-started/quickstart.md
+++ b/streampipes-client-python/docs/getting-started/quickstart.md
@@ -65,4 +65,4 @@ StreamPipesApiKeyCredentials.from_env(username_env="USER", api_key_env="API-KEY"
 `username` is always the username that is used to log in into StreamPipes. <br>
 The `api_key` can be generated within the UI as demonstrated below:
 
-![Howto API Key](https://raw.githubusercontent.com/apache/incubator-streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)
\ No newline at end of file
+![Howto API Key](https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/how-to-get-api-key.gif)
\ No newline at end of file
diff --git a/streampipes-extensions/README.md b/streampipes-extensions/README.md
index 73fbfe9bd..ce7bc8ded 100644
--- a/streampipes-extensions/README.md
+++ b/streampipes-extensions/README.md
@@ -15,7 +15,7 @@
   ~ limitations under the License.
   ~
   -->
-[![Github Actions](https://img.shields.io/github/workflow/status/apache/incubator-streampipes-extensions/Build%20and%20Deploy%20Extensions)](https://github.com/apache/incubator-streampipes-extensions/actions/)
+[![Github Actions](https://img.shields.io/github/workflow/status/apache/streampipes-extensions/Build%20and%20Deploy%20Extensions)](https://github.com/apache/streampipes-extensions/actions/)
 # Apache StreamPipes
 
 Apache StreamPipes enables flexible modeling of stream processing pipelines by providing a graphical 
@@ -29,7 +29,7 @@ Pipeline elements in StreamPipes can be installed at runtime - the built-in SDK
 pipeline elements according to your needs. Pipeline elements are standalone microservices that can run anywhere - 
 centrally on your server, in a large-scale cluster or close at the edge.
 
-* StreamPipes core repository: [https://github.com/apache/incubator-streampipes](https://github.com/apache/incubator-streampipes)
+* StreamPipes core repository: [https://github.com/apache/streampipes](https://github.com/apache/streampipes)
 * Website: [https://streampipes.apache.org/](https://streampipes.apache.org/)
 * Docs: [https://streampipes.apache.org/docs](https://streampipes.apache.org/docs)
 
@@ -44,11 +44,11 @@ Contact us if you are missing some pipeline elements!
 
 ### Installation
 
-The quickest way to run StreamPipes including the latest extensions (adapters, pipeline elements) is by using our Docker-based [installation & operation options](https://www.github.com/apache/incubator-streampipes-installer), namely: 
+The quickest way to run StreamPipes including the latest extensions (adapters, pipeline elements) is by using our Docker-based [installation & operation options](https://www.github.com/apache/streampipes-installer), namely: 
 
-* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/compose)** - The User's Choice
-* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/cli)** - The Developer's Favorite
-* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/k8s)** - The Operator's Dream
+* **[StreamPipes Compose](https://github.com/apache/streampipes-installer/compose)** - The User's Choice
+* **[StreamPipes CLI](https://github.com/apache/streampipes-installer/cli)** - The Developer's Favorite
+* **[StreamPipes k8s](https://github.com/apache/streampipes-installer/k8s)** - The Operator's Dream
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.
 
@@ -75,7 +75,7 @@ To build the extensions project, do the following:
 
 ### Starting
 
-To start StreamPipes Extensions, run ``docker-compose up -d`` from the root directory. Make sure the core (incubator-streampipes) is already started.
+To start StreamPipes Extensions, run ``docker-compose up -d`` from the root directory. Make sure the core (streampipes) is already started.
 
 You can also use the installer or CLI as described in the ``Getting Started`` section.
 
diff --git a/streampipes-wrapper-python/README.md b/streampipes-wrapper-python/README.md
index 96255615a..16c471e5a 100644
--- a/streampipes-wrapper-python/README.md
+++ b/streampipes-wrapper-python/README.md
@@ -16,11 +16,11 @@
   ~
   -->
 
-[![Github Actions](https://img.shields.io/github/workflow/status/apache/incubator-streampipes/build-and-deploy-docker-dev)](https://github.com/apache/incubator-streampipes/actions/)
+[![Github Actions](https://img.shields.io/github/workflow/status/apache/streampipes/build-and-deploy-docker-dev)](https://github.com/apache/streampipes/actions/)
 [![Docker pulls](https://img.shields.io/docker/pulls/apachestreampipes/backend.svg)](https://hub.docker.com/r/apachestreampipes/backend/)
 [![Maven central](https://img.shields.io/maven-central/v/org.apache.streampipes/streampipes-backend.svg)](https://img.shields.io/maven-central/v/org.apache.streampipes/streampipes-backend.svg)
-[![License](https://img.shields.io/github/license/apache/incubator-streampipes.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Last commit](https://img.shields.io/github/last-commit/apache/incubator-streampipes.svg)]()
+[![License](https://img.shields.io/github/license/apache/streampipes.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+[![Last commit](https://img.shields.io/github/last-commit/apache/streampipes.svg)]()
 [![Twitter](https://img.shields.io/twitter/follow/StreamPipes.svg?label=Follow&style=social)](https://twitter.com/StreamPipes)
 
 ## Apache StreamPipes Wrapper for Python [WIP]
diff --git a/ui/src/app/info/about/about.component.html b/ui/src/app/info/about/about.component.html
index cb48e350c..f01a808c7 100644
--- a/ui/src/app/info/about/about.component.html
+++ b/ui/src/app/info/about/about.component.html
@@ -60,7 +60,7 @@
                             </div>
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5> Find the source
-                                    code at <a href="https://github.com/apache/incubator-streampipes">https://github.com/apache/incubator-streampipes</a>
+                                    code at <a href="https://github.com/apache/streampipes">https://github.com/apache/streampipes</a>
                                 </h5>
                             </div>
                         </div>
@@ -119,7 +119,7 @@
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5>If you like
                                     StreamPipes, give us a star on <a
-                                            href="https://github.com/apache/incubator-streampipes">Github</a>
+                                            href="https://github.com/apache/streampipes">Github</a>
                                 </h5>
                             </div>
                         </div>