You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/02 16:32:33 UTC

svn commit: r39243 - in /dev/incubator/streampipes/extensions/0.66.0: ./ rc1/

Author: riemer
Date: Sat May  2 16:32:32 2020
New Revision: 39243

Log:
Add StreamPipes extensions 0.66.0 RC1

Added:
    dev/incubator/streampipes/extensions/0.66.0/
    dev/incubator/streampipes/extensions/0.66.0/rc1/
    dev/incubator/streampipes/extensions/0.66.0/rc1/README.md
    dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_NOTES.md
    dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_VALIDATION.md
    dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip   (with props)
    dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.asc
    dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.sha512

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/README.md
==============================================================================
--- dev/incubator/streampipes/extensions/0.66.0/rc1/README.md (added)
+++ dev/incubator/streampipes/extensions/0.66.0/rc1/README.md Sat May  2 16:32:32 2020
@@ -0,0 +1,83 @@
+<!--
+  ~ 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.
+  ~
+  -->
+[![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/)
+# Apache StreamPipes
+
+Apache StreamPipes (incubating) enables flexible modeling of stream processing pipelines by providing a graphical
+ modeling
+ editor on top of existing stream processing frameworks.
+
+It leverages non-technical users to quickly define and execute processing pipelines based on an easily extensible 
+toolbox of data sources, data processors and data sinks. StreamPipes has an exchangeable runtime execution layer and executes pipelines using one of the provided wrappers, e.g., for Apache Flink or Apache Kafka Streams.
+
+Pipeline elements in StreamPipes can be installed at runtime - the built-in SDK allows to easily implement new 
+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.
+
+Find the core project at [https://github.com/apache/incubator-streampipes](https://github.com/apache/incuabtor-streampipes)
+
+Learn more about StreamPipes at [https://streampipes.apache.org/](https://streampipes.apache.org/)
+
+Read the full documentation at [https://streampipes.apache.org/docs](https://streampipes.apache.org/docs)
+
+### StreamPipes Pipeline Elements
+
+This project provides a library of several pipeline elements that can be used within the Apache StreamPipes toolbox.
+
+See [https://streampipes.apache.org/docs/docs/pipeline-elements/](https://streampipes.apache.org/docs/docs/pipeline-elements/) 
+for an overview of currently available pipeline elements.
+
+Contact us if you are missing some pipeline elements!
+
+### Getting started
+
+See the installation guide at [https://streampipes.apache.org/download.html](https://streampipes.apache.org/download.html)
+
+It's easy to get started:
+* Download the installer script from [https://github.com/apache/incubator-streampipes-installer](https://github.com/apache/incubator-streampipes-installer)
+* Follow the installation guide at [https://streampipes.apache.org/docs/docs/user-guide-installation](https://streampipes.apache.org/docs/docs/user-guide-installation)
+* Check the [tour](https://streampipes.apache.org/docs/docs/user-guide-tour) and build your first pipeline!
+
+## Bugs and Feature Requests
+
+If you've found a bug or have a feature that you'd love to see in StreamPipes, feel free to create an issue in our Jira:
+[https://issues.apache.org/jira/projects/STREAMPIPES](https://issues.apache.org/jira/projects/STREAMPIPES)
+
+## Get help
+
+If you have any problems during the installation or questions around StreamPipes, you'll get help through one of our 
+community channels:
+
+- [Slack](https://slack.streampipes.org)
+- [Mailing Lists](https://streampipes.apache.org/mailinglists.html)
+
+And don't forget to follow us on [Twitter](https://twitter.com/streampipes)!
+
+## Contribute
+
+We welcome contributions to StreamPipes. If you are interested in contributing to StreamPipes, let us know! You'll
+ get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
+
+Here are some first steps in case you want to contribute:
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
+* Ask for a mentor who helps you understanding the code base and guides you through the first setup steps
+* Find an issue in our [Jira](https://issues.apache.org/jira/projects/STREAMPIPES) which is tagged with a _newbie_ tag
+* Have a look at our developer wiki at [https://cwiki.apache.org/confluence/display/STREAMPIPES/Home](https://cwiki.apache.org/confluence/display/STREAMPIPES/Home) to learn more about StreamPipes development.
+
+Have fun!
+

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_NOTES.md
==============================================================================
--- dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_NOTES.md (added)
+++ dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_NOTES.md Sat May  2 16:32:32 2020
@@ -0,0 +1,49 @@
+<!--
+  ~ 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.
+  ~
+  -->
+
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+### New Features
+
+### Improvements
+
+### Bug Fixes
+
+## [0.66.0]
+## New Features
+* Multiple properties are supported in PLC4X adapter
+* New data processor to merge data streams by timestamp
+* New data processor to enrich streams
+* New data sink for Eclipse Ditto
+* Multi-arch docker images
+* New adapter for NETIO power sockets
+* New data sink for MQTT
+* New data processor for numerical and text values
+
+## Improvements
+* Improvements to the Kafka Publisher Sink
+* Improvements to the Notification Sink
+
+## Bug fixes
+* Password field in postgres sink is now marked as password
+* Fix a bug in the REST pull adapter

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_VALIDATION.md
==============================================================================
--- dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_VALIDATION.md (added)
+++ dev/incubator/streampipes/extensions/0.66.0/rc1/RELEASE_VALIDATION.md Sat May  2 16:32:32 2020
@@ -0,0 +1,28 @@
+<!--
+  ~ 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.
+  ~
+  -->
+
+## Release Validation
+
+An Apache StreamPipes (incubating) release consists of the following source releases:
+
+* incubator-streampipes
+* incubator-streampipes-extensions
+* incubator-streampipes-installer
+
+To validate and test a release candidate, please visit our validation guide: 
+[https://cwiki.apache.org/confluence/display/STREAMPIPES/Validating+a+release](https://cwiki.apache.org/confluence/display/STREAMPIPES/Validating+a+release)
\ No newline at end of file

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.asc
==============================================================================
--- dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.asc (added)
+++ dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.asc Sat May  2 16:32:32 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIcBAABCgAGBQJerZzsAAoJEIEOTg/KEQ3ALUAQALO4nBV/2SoLoNuzE7N9CD+A
+Dxf96hgyTWkv89xtVwLWOVl6M4pTCE+A1NcC9/AKfWxfnUbO6cjxsAmeNcENvPjD
+I9LHA9gAlEzj7O/tXr8zEJjza8Oaq267yVa2kUPlPGz2jCnNRxpDVuCw43VUhEoE
+OggwLC2aTU/tLHp7KZJZdm6L471IkeNbHX5DQ9dR/LZ36UT42udVIrLYAu7e8kss
+1zTh1Gz0s4oIY5tX6mty07SPGmOGx6BPV5JCeYg+GcZkiXkrEvBDy8QrzsuQpw5/
+q9sKLBvxUnkOZWFxsOwjO4C6BCKiDRZZQ5tYe+GkEi0e9vr+n+uPoNh7TtpuFpCX
+1Dsu0yt0XeZ1JW/uQmavj0TopeEYoOGzl43OR7RtDOlGZlQ0K8suunrcvl6cgiT1
+uyhEfufwbuj4RoLM8IUFDjiDNqc6d+EQHYZc4B01fHPMZeqtRZWg6TteW/5sBW6h
+cxQhRFV4xxEnTkPDLiZWEYTjXNTasrHYne0CFYF7VpCQBqiL5m/ePKnTH+dFNL7Z
+AaYmQYUYf38gbiLpFGKN9uFYoWuc/JHhB1g94krugJF1Beeb51B+lpGhPTpfuQSn
+PvRGYb/WbQwD1H06UggS0NBaKRBkref0lGSvKjYu+5uIelx2QuEymoak6c6Om/MH
+TQWP+p5+5SJfxRKQ554g
+=/+Y2
+-----END PGP SIGNATURE-----

Added: dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.sha512
==============================================================================
--- dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.sha512 (added)
+++ dev/incubator/streampipes/extensions/0.66.0/rc1/apache-streampipes-extensions-0.66.0-incubating-source-release.zip.sha512 Sat May  2 16:32:32 2020
@@ -0,0 +1 @@
+8629aadf929ddc6e31f673f34e08b701616d3c070addab01dc56daf9f184657363e78a07f9f9fc56ae91385619f1bbfcf326d93005431ef9c4e2abcd87aa288c
\ No newline at end of file