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/05/24 17:33:15 UTC

[incubator-streampipes-website] branch dev updated: Add description for connect in user guide

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-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 95cf24a  Add description for connect in user guide
     new 2a969a0  Merge branch 'dev' of github.com:apache/incubator-streampipes-website into dev
95cf24a is described below

commit 95cf24a564b5af7626fe0206af5941cf0fce6e6d
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Sun May 24 19:32:23 2020 +0200

    Add description for connect in user guide
---
 documentation/docs/user-guide-tour.md              |  26 +++++++++++++++++++++
 .../connect/edit/01_edit_timestamp.png             | Bin 0 -> 404742 bytes
 .../connect/edit/02_change_unit.png                | Bin 0 -> 396073 bytes
 .../connect/edit/03_change_unit.png                | Bin 0 -> 423403 bytes
 .../img/features_0_62_0/connect/new/01_connect.png | Bin 0 -> 453244 bytes
 .../connect/new/02_mqtt_adapter.png                | Bin 0 -> 516173 bytes
 .../connect/new/03_configure_mqtt.png              | Bin 0 -> 292878 bytes
 .../connect/new/04_configure_format.png            | Bin 0 -> 267462 bytes
 .../connect/new/05_guess_schema.png                | Bin 0 -> 265875 bytes
 .../connect/new/06_edit_adapter.png                | Bin 0 -> 275943 bytes
 .../connect/new/07_start_adapter.png               | Bin 0 -> 431935 bytes
 .../connect/new/08_data_stream_in_editor.png       | Bin 0 -> 353442 bytes
 12 files changed, 26 insertions(+)

diff --git a/documentation/docs/user-guide-tour.md b/documentation/docs/user-guide-tour.md
index c5678a3..5e371aa 100644
--- a/documentation/docs/user-guide-tour.md
+++ b/documentation/docs/user-guide-tour.md
@@ -120,6 +120,32 @@ If there is an error during the execution, a notification containing a (hopefull
     <img src="/docs/img/features_0_62_0/editor/16_pipeline_sucessfully_started.png" alt="Pipeline sucessfully started">
 </div>
 
+## Connect new Data Sources
+With StreamPipes Connect it is possible to connect new data sources in StreamPipes with just a few clicks.
+Therefore, we provide a marketplace with a lot of different adapters that can be configured and executed to create new __Data Streams__ in the __Pipeline Editor__.
+With StreamPipes Connect it is possible to connect specific data sources - e.g. an adapter streaming the current location of the ISS (International Space Station).
+It is also possible to connect generic sources like message brokers or databases.
+If the event schema of the data source is unknown, the system tries to infer the schema by extracting some sample data and analysing it.
+
+<div class="my-carousel">
+    <img src="/docs/img/features_0_62_0/connect/new/01_connect.png" alt="Market Place">
+    <img src="/docs/img/features_0_62_0/connect/new/02_mqtt_adapter.png" alt="MQTT adapter">
+    <img src="/docs/img/features_0_62_0/connect/new/03_configure_mqtt.png" alt="Configure MQTT adpater">
+    <img src="/docs/img/features_0_62_0/connect/new/04_configure_format.png" alt="Guess event schema">
+    <img src="/docs/img/features_0_62_0/connect/new/05_guess_schema.png" alt="Guess event schema">
+    <img src="/docs/img/features_0_62_0/connect/new/06_edit_adapter.png" alt="Edit adapter">
+    <img src="/docs/img/features_0_62_0/connect/new/07_start_adapter.png" alt="Start adapter">
+    <img src="/docs/img/features_0_62_0/connect/new/08_data_stream_in_editor.png" alt="New data stram in pipeline editor">
+</div>
+
+Additionally to connecting new sources, data can be cleaned, transformed, and enriched with meta-information.
+Therefore, the event schema can be changed or enriched in step 3 (Define Event Schema).
+
+<div class="my-carousel">
+    <img src="/docs/img/features_0_62_0/connect/edit/01_edit_timestamp.png" alt="Edit a property to timestamp">
+    <img src="/docs/img/features_0_62_0/connect/edit/02_change_unit.png" alt="Change Unit of property">
+    <img src="/docs/img/features_0_62_0/connect/edit/03_change_unit.png" alt="Change Unit of property">
+</div>
 
 ## Manage Pipelines
 The _Manage Pipelines_ view provides an overview of all existing pipelines.
diff --git a/documentation/website/static/img/features_0_62_0/connect/edit/01_edit_timestamp.png b/documentation/website/static/img/features_0_62_0/connect/edit/01_edit_timestamp.png
new file mode 100644
index 0000000..2f277af
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/edit/01_edit_timestamp.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/edit/02_change_unit.png b/documentation/website/static/img/features_0_62_0/connect/edit/02_change_unit.png
new file mode 100644
index 0000000..40d5d80
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/edit/02_change_unit.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/edit/03_change_unit.png b/documentation/website/static/img/features_0_62_0/connect/edit/03_change_unit.png
new file mode 100644
index 0000000..e19fc82
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/edit/03_change_unit.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/01_connect.png b/documentation/website/static/img/features_0_62_0/connect/new/01_connect.png
new file mode 100644
index 0000000..26c18b0
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/01_connect.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/02_mqtt_adapter.png b/documentation/website/static/img/features_0_62_0/connect/new/02_mqtt_adapter.png
new file mode 100644
index 0000000..0003ded
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/02_mqtt_adapter.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/03_configure_mqtt.png b/documentation/website/static/img/features_0_62_0/connect/new/03_configure_mqtt.png
new file mode 100644
index 0000000..47d8670
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/03_configure_mqtt.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/04_configure_format.png b/documentation/website/static/img/features_0_62_0/connect/new/04_configure_format.png
new file mode 100644
index 0000000..0ae0b0e
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/04_configure_format.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/05_guess_schema.png b/documentation/website/static/img/features_0_62_0/connect/new/05_guess_schema.png
new file mode 100644
index 0000000..1689de5
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/05_guess_schema.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/06_edit_adapter.png b/documentation/website/static/img/features_0_62_0/connect/new/06_edit_adapter.png
new file mode 100644
index 0000000..a63ef0d
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/06_edit_adapter.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/07_start_adapter.png b/documentation/website/static/img/features_0_62_0/connect/new/07_start_adapter.png
new file mode 100644
index 0000000..2e92b19
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/07_start_adapter.png differ
diff --git a/documentation/website/static/img/features_0_62_0/connect/new/08_data_stream_in_editor.png b/documentation/website/static/img/features_0_62_0/connect/new/08_data_stream_in_editor.png
new file mode 100644
index 0000000..5945456
Binary files /dev/null and b/documentation/website/static/img/features_0_62_0/connect/new/08_data_stream_in_editor.png differ