AW: Run and develop StreamPipes without configuring the IP address

2019-11-16 Thread Johannes Tex
Hi, I think we don't need any more these configurations for the backend : -SP_DATALAKE_HOST -SP_DATALAKE_PORT It was used for the first version of the data-lake with Elasticsearch , we changed the data-lake database to Influx and removed the old data-lake API with

AW: AW: Run and develop StreamPipes without configuring the IP address

2019-11-16 Thread Johannes Tex
. Dominik On 2019/11/16 09:31:31, "Johannes Tex" wrote: > Hi, > > > > I think we don't need any more these configurations for the backend : > > -SP_DATALAKE_HOST > > -SP_DATALAKE_PORT > > > > It was used for the first version o

AW: Add support for multiple properties in PLC4X S7 Adapter

2019-11-20 Thread Johannes Tex
Hi, I have started to implement the new feature! At the StaticPropertyGroup Property I will add a new boolean property *horizontalRendering*. I also will do this for the OneOfStaticProperty (Single-Value-Selection), in this case horizontal rendering means that a dropdown is displayed instead of

Re: [VOTE] Confluence wiki for StreamPipes

2019-12-02 Thread Johannes Tex
+1 On 2019/12/02 16:23:57, Philipp Zehnder wrote: > +1 > > > On 2. Dec 2019, at 16:53, wiener wrote: > > > > Sounds like a good idea. > > > > +1 > > > > On 2019/12/02 13:32:03, "Dominik Riemer" wrote: > >> Hi,> > >> > >>> > >> > >> following up the discussion thread [1], I'd like to

Re: RE: Image Labeling

2020-02-26 Thread Johannes Tex
ssors/sinks, historical > data, images). > What do you think, should we create a wiki page to collect all requirements > and design the endpoints we are going to need? > > Dominik > > -Original Message- > From: Johannes Tex > Sent: Sunday, February 23, 20

[Help wanted] Jslod Serialization

2020-03-06 Thread Johannes Tex
Hello everyone, the REST endpoint for receiving the information about the stored data in the data lake ("../datalake/info") is currently serializing the class 'DataLakeMeasure' (org.apache.streampipes.rest.impl.datalake.DataLakeMeasure) in JSON, but it should be JSONLD. I tried to change the

Re: [DISCUSS] Coding guidelines for the UI

2020-03-06 Thread Johannes Tex
Hi Philipp, today I activated tslint in my IDE, it is really helpful! Thanks! Johannes On 2020/03/05 22:00:19, Philipp Zehnder wrote: > Hi all, > > during the development of UI components I realized that we use many different > code styles. > > The project contains a tslint.json file,

Re: Preparing release

2020-03-06 Thread Johannes Tex
-) > > Dominik > > On 2020/02/28 18:05:18, Johannes Tex wrote: > > Hi all, > > > > a few days ago we started thinking about the first Apache release [1]. > > So I started to do functional tests: I created some issues that I think we > > should fix bef

Preparing release

2020-02-28 Thread Johannes Tex
Hi all, a few days ago we started thinking about the first Apache release [1]. So I started to do functional tests: I created some issues that I think we should fix before the release, I marked the issues with release version '0.66.0'. You can find them all here: [2]. Regards Johannes [1]

Re: Refactor MQTT based adapters

2020-02-04 Thread Johannes Tex
Hi Philipp I took a quick look and tried to use the NetioMQTTAdapter with "Labels.withId". It has worked as expected. I guess you already fixed it with your commit "Add null check for alternative labels in label generator" :) Johannes On 2020/02/04 16:00:07, Philipp Zehnder wrote: > Hi

Re: Refactor MQTT based adapters

2020-02-04 Thread Johannes Tex
020, at 21:20, Dominik Riemer wrote: > > > > Great! > > So I guess this was just Philipp's way to ask for a code review :D > > > > -Original Message- > > From: Johannes Tex > > Sent: Tuesday, February 4, 2020 9:16 PM > > To: dev@stre

Re: Refactor MQTT based adapters

2020-02-04 Thread Johannes Tex
ES-69?filter=allopenissues=created+DESC%2C+priority+DESC%2C+updated+DESC > > <https://issues.apache.org/jira/projects/STREAMPIPES/issues/STREAMPIPES-69?filter=allopenissues=created+DESC,+priority+DESC,+updated+DESC> > > > On 4. Feb 2020, at 22:30, Johannes Tex wrote: > &g

Re: RE: STREAMPIPES-75: Extend data lake sink to store images

2020-02-19 Thread Johannes Tex
Hi, I also think a service for file handling would be a good solution. At the moment we also use files for the Adapters that are stored in the Worker. Maybe this would be another use case for a file service? Johannes On 2020/02/19 06:58:11, Dominik Riemer wrote: > Hi Philipp, > > yes, I

Re: Image Labeling

2020-02-19 Thread Johannes Tex
gt; > > > Hi Johannes, > > sounds good! > > I think bounding boxes and polygons are totally fine for the first > > prototype. > > > > How to you plan to integrate the labeling tool, will it be part of the data > > explorer or do you plan to add

Image Labeling

2020-02-14 Thread Johannes Tex
Hi, Philip started to extend the datalake sink to store images [STREAMPIPES-75]. I started now to create an Image labeler that allows users to label images in the datalake. [STREAMPIPES-78]. The Labels will be stored in the COCO Annonation Format. [1] After labeling, the images can be used to

Re: AW: Add support for multiple properties in PLC4X S7 Adapter

2020-01-09 Thread Johannes Tex
:) Johannes On 2019/11/21 07:15:45, "Johannes Tex" wrote: > Hi, > > I have started to implement the new feature! > > At the StaticPropertyGroup Property I will add a new boolean property > *horizontalRendering*. I also will do this for the OneOfStaticProper

[STREAMPIPES-17] Expose Adapter Icons in Connect Container

2020-01-09 Thread Johannes Tex
Hi, connect adapter and procotols can now use the asset folder as it is done for the pipeline elements. To support this, we changed the IDs of the adapter/protocol to the package names, like the IDs of the pipeline elements. Note this when you create a new adapter/protocol. Also the 'local'

Re: [Help wanted] Jslod Serialization

2020-03-06 Thread Johannes Tex
emer wrote: > > > > Hi Johannes, > > > > did you try to call the constructor defined in UnnamedStreamPipesEntity > > (just call the empty contructor with super() in all constructors of > > DataLakeMeasure)? > > > > Dominik > > > > ---

Re: RE: [VOTE] Apache StreamPipes (incubating) 0.66.0 RC1 release

2020-05-06 Thread Johannes Tex
Hi all, +1 (binding) I checked: - Specified url to download staged release artifacts (core, extensions, installer) are valid - Signature is correct for all staged release artifacts - Signature reference contain valid Apache email address - Checksum is correct - LICENSE, NOTICE, README,

Re: Preparing release

2020-03-17 Thread Johannes Tex
there anything you are currently working on which should be part of the > > next release? > > > > If not, I'd suggest to freeze the current development on the dev branch, do > > some testing and then go for our first release ;-) > > > > Dominik &g

Re: New Contributer | Time Series Data Labeling Tool

2020-03-24 Thread Johannes Tex
Hi Daniel, welcome :) As you mentioned, I have started to develop an image labeling tool. I think some of the components can be resused, for example the "image-labels" component [1]. It is a component for selecting labels received from the backend (at the moment it is only mocked). You also

Re: Datalake - REST Extension

2020-09-22 Thread Johannes Tex
Philipp > > > > > On 22. Sep 2020, at 10:07, Johannes Tex wrote: > > > > Hi Felix, > > > > I like the idea of displaying the metadata and the ability to change > > configurations. > > Where do you want to display the metadata in the

Re: Datalake - REST Extension

2020-09-22 Thread Johannes Tex
Hi Felix, I like the idea of displaying the metadata and the ability to change configurations. Where do you want to display the metadata in the UI? Johannes On 2020/09/22 07:06:21, Felix John wrote: > Hey all, > > I am currently working on the REST interface for our datalake. I would like

Re: Adding StreamPipes Python wrapper

2020-07-18 Thread Johannes Tex
Hello everyone, I think it would be very useful to have a python wrapper, +1 for this purpose. I would also prefer a native Python solution (without Java) to keep the less complex solution for the users, although it will be a lot of work to migrate everything. There is also a project [1] that

Re: Added RunConfigurations as Project Files for IntelliJ

2020-07-24 Thread Johannes Tex
Hi All, i usually use *application.properties* file [1] for Spring boot Applications to set my enviroments varibales. I think it does the same as setting via POM? The advantage is that the Spring boot Application check if the env var is set in the system, and if not, it taking the default

Re: Promotional Material

2020-11-30 Thread Johannes Tex
eneral functionalities into confluence. Additionally, we should put there > >> a description on how to setup and perform a demo. > >> > >> What do the others think? > >> > >> When is your presentation in December? If it is already next week you can > >> c

Re: RE: [BUG] Accessing Images from Data Lake Identifiers with Underscores

2020-12-07 Thread Johannes Tex
nderscores > > Hi Johannes, > > I would also assume that an encoding with backslashes is the easiest solution. > Maybe using IDs instead of encoding the file route could be an option to > avoid encoding issues. > But I do not know whether this can be done without to much effort. > >

Re: [BUG] Accessing Images from Data Lake Identifiers with Underscores

2020-11-28 Thread Johannes Tex
Hello, Tim, You are right. We encode some chars of the image path location when we save the image in the Datalake [1]. This was necessary that the can images via an http route [2]. I think the easiest way would be to change the encoding. Maybe we should encode with '%2F', this is the encoding

Promotional Material

2020-11-28 Thread Johannes Tex
Hi, I am planning an internal presentation about StreamPipes in my company in December. I would like to ask if we have "promotional material" that could be used for this. On the website [1] are some slides, but not the "source", so I can’t edit them. Maybe it would be a good idea to store such

Re: [VOTE] Apache StreamPipes logo

2021-01-26 Thread Johannes Tex
Hi, I vote for #4. Johannes On 2021/01/26 12:41:22, Marco Heyden wrote: > Hey, > > I like #2 the most. > > Best > Marco > Am 26. Jan. 2021, 11:59 +0100 schrieb Philipp Zehnder : > > Hi, > > > > I vote for #2 > > > > Philipp > > > > > On 25. Jan 2021, at 21:37, Dominik Riemer wrote: > > >

Re: Review of Data Lake Sink and REST API

2021-04-24 Thread Johannes Tex
Hi Daniel, I added some comments. Greetings Johannes On 2021/04/23 08:09:54, Daniel Ebi wrote: > Hi all, > > I have spent the last few days reviewing the implementation of the Data Lake > sink and in particular the corresponding REST API. The goal was to identify > open TODOs and some

Re: AW: Review of Data Lake Sink and REST API

2021-04-26 Thread Johannes Tex
on concept is something > I'm currently working on within the scope of STREAMPIPES-319, where I'm first > harmonizing service discovery and one of the next step is to inject an > instance of the StreamPipes client into the EventProcessorRuntimeContext, so > that pipeli

Re: Harmonization of Data Lake Query Result

2021-08-13 Thread Johannes Tex
rge or can fix the > resulting bugs directly in dev? > > Philipp > > [2] https://github.com/apache/incubator-streampipes/tree/STREAMPIPES-319 > > > > On 10. Aug 2021, at 20:08, Johannes Tex wrote: > > > > Hi Daniel, > > > > the attributes

Re: Harmonization of Data Lake Query Result

2021-08-10 Thread Johannes Tex
Hi Daniel, the attributes "labels" and "pageSum", which you call obsolete in your proposals , are used in [1]. Maybe that is also obsolete ;) Johnnaes [1] https://github.com/apache/incubator-streampipes/blob/master/ui/src/app/core-ui/image/image-categorize/image-categorize.component.ts On

Re: [DISCUSS] Element Monitoring

2021-10-21 Thread Johannes Tex
Hi all, some time ago I implemented the EventStatisticLogger [1], which is currently not used. The PE wrappers call this logger for each incoming event. The logs were delivered to elasticsearch/kibana via filebeat. Regards Johannes [1]

Re: Re: [DISCUSS] Element Monitoring

2021-11-03 Thread Johannes Tex
any thoughts on that? > > I'm not quite sure yet if we should log the entire installation or just the > individual elements. > > Philipp > > > On 23. Oct 2021, at 13:34, Johannes Tex wrote: > > > > Hi Philipp, > > > > I really like your idea in [1] - it'

Re: [DISCUSS] Element Monitoring

2021-10-23 Thread Johannes Tex
lement > (adapter / processor / …) was responsible. > > Philipp > > > On 21. Oct 2021, at 16:50, Johannes Tex wrote: > > > > Hi all, > > > > some time ago I implemented the EventStatisticLogger [1], which is > > currently not used. The PE wrappers call this logger

Re: AW: [DISCUSS] Graduate StreamPipes as TLP?

2022-10-25 Thread Johannes Tex
Hi Dominik, i'm not very deep in the project the last months, but i'm looking in from time to time and i'm happy about how everything is developing and about the traffic on the mail lists :) >From my point of view, StreamPiples is ready to become a TLP. Best regards Johannes On 2022/10/25

[jira] [Resolved] (STREAMPIPES-94) Dashboard without name

2020-03-02 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex resolved STREAMPIPES-94. - Resolution: Fixed > Dashboard without n

[jira] [Closed] (STREAMPIPES-94) Dashboard without name

2020-03-02 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-94. --- > Dashboard without name > -- > > Key: ST

[jira] [Created] (STREAMPIPES-87) Password field not full Widht

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-87: --- Summary: Password field not full Widht Key: STREAMPIPES-87 URL: https://issues.apache.org/jira/browse/STREAMPIPES-87 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-89) Pipeline Update blank info box

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-89: --- Summary: Pipeline Update blank info box Key: STREAMPIPES-89 URL: https://issues.apache.org/jira/browse/STREAMPIPES-89 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-91) Quick Edit Parameter Update

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-91: --- Summary: Quick Edit Parameter Update Key: STREAMPIPES-91 URL: https://issues.apache.org/jira/browse/STREAMPIPES-91 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-93) Notification Sink Placeholder

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-93: --- Summary: Notification Sink Placeholder Key: STREAMPIPES-93 URL: https://issues.apache.org/jira/browse/STREAMPIPES-93 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-84) Links are out of date

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-84: --- Summary: Links are out of date Key: STREAMPIPES-84 URL: https://issues.apache.org/jira/browse/STREAMPIPES-84 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-88) Pipeline Editor Invalid connection

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-88: --- Summary: Pipeline Editor Invalid connection Key: STREAMPIPES-88 URL: https://issues.apache.org/jira/browse/STREAMPIPES-88 Project: StreamPipes Issue

[jira] [Created] (STREAMPIPES-90) Cannot add Pipeline to Category

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-90: --- Summary: Cannot add Pipeline to Category Key: STREAMPIPES-90 URL: https://issues.apache.org/jira/browse/STREAMPIPES-90 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-92) Pipeline Log Button

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-92: --- Summary: Pipeline Log Button Key: STREAMPIPES-92 URL: https://issues.apache.org/jira/browse/STREAMPIPES-92 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-83) User Feedback

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-83: --- Summary: User Feedback Key: STREAMPIPES-83 URL: https://issues.apache.org/jira/browse/STREAMPIPES-83 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-85) Can't connect Pipeline elements

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-85: --- Summary: Can't connect Pipeline elements Key: STREAMPIPES-85 URL: https://issues.apache.org/jira/browse/STREAMPIPES-85 Project: StreamPipes Issue Type

[jira] [Created] (STREAMPIPES-86) Pipeline cannot be saved

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-86: --- Summary: Pipeline cannot be saved Key: STREAMPIPES-86 URL: https://issues.apache.org/jira/browse/STREAMPIPES-86 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-94) Dashboard without name

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-94: --- Summary: Dashboard without name Key: STREAMPIPES-94 URL: https://issues.apache.org/jira/browse/STREAMPIPES-94 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-99) Upload Adapter Template

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-99: --- Summary: Upload Adapter Template Key: STREAMPIPES-99 URL: https://issues.apache.org/jira/browse/STREAMPIPES-99 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-97) Dashboard widget Edit

2020-02-28 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-97: --- Summary: Dashboard widget Edit Key: STREAMPIPES-97 URL: https://issues.apache.org/jira/browse/STREAMPIPES-97 Project: StreamPipes Issue Type: Bug

[jira] [Created] (STREAMPIPES-78) Image Labeling

2020-02-14 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-78: --- Summary: Image Labeling Key: STREAMPIPES-78 URL: https://issues.apache.org/jira/browse/STREAMPIPES-78 Project: StreamPipes Issue Type: New Feature

[jira] [Closed] (STREAMPIPES-22) Support for multiple properties

2020-01-09 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-22. --- Resolution: Implemented !image-2020-01-09-19-11-51-773.png! > Support for multi

[jira] [Closed] (STREAMPIPES-17) Expose Adapter Icons in Connect Container

2020-01-09 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-17. --- Resolution: Implemented > Expose Adapter Icons in Connect Contai

[jira] [Created] (STREAMPIPES-54) Deserialization horizontal property of SelectionProperty if in Group

2020-01-09 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-54: --- Summary: Deserialization horizontal property of SelectionProperty if in Group Key: STREAMPIPES-54 URL: https://issues.apache.org/jira/browse/STREAMPIPES-54

[jira] [Closed] (STREAMPIPES-78) Image Labeling Tool

2020-05-21 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-78. --- Resolution: Implemented > Image Labeling T

[jira] [Created] (STREAMPIPES-171) Datalake sink configurations

2020-07-09 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-171: Summary: Datalake sink configurations Key: STREAMPIPES-171 URL: https://issues.apache.org/jira/browse/STREAMPIPES-171 Project: StreamPipes Issue

[jira] [Closed] (STREAMPIPES-171) Datalake sink configurations

2020-07-09 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-171. Resolution: Implemented > Datalake sink configurati

[jira] [Created] (STREAMPIPES-184) Image Enricher

2020-07-20 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-184: Summary: Image Enricher Key: STREAMPIPES-184 URL: https://issues.apache.org/jira/browse/STREAMPIPES-184 Project: StreamPipes Issue Type: Improvement

[jira] [Resolved] (STREAMPIPES-184) Image Enricher

2020-07-20 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex resolved STREAMPIPES-184. -- Resolution: Implemented > Image Enricher > -- > >

[jira] [Created] (STREAMPIPES-265) Accessing Images from Data Lake Identifiers with Underscores

2020-12-07 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-265: Summary: Accessing Images from Data Lake Identifiers with Underscores Key: STREAMPIPES-265 URL: https://issues.apache.org/jira/browse/STREAMPIPES-265