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

2019-11-18 Thread Philipp Zehnder
database to Influx and removed the old data-lake API > with Elasticsearch last week. > > > > Furthermore I think it would be useful to add the port configuration for > Influx: > > SP_INFLUX_HOST=8086 > > > > > > Regards > > Johannes > >

Run and develop StreamPipes without configuring the IP address

2019-11-16 Thread Philipp Zehnder
Hi all, we removed the requirement to define the servers IP address when StreamPipes is run completely in Docker. However, we still have to change several configs to ensure the new setting also works during development. This change effects the following projects: * streampipes * Do we

Re: Improving the Live Dashboard

2019-12-02 Thread Philipp Zehnder
Hi, thanks for creating a first draft. I think it is a very good idea and also very useful. In the data explorer we already created a prototype of the backend API to also read historic values. Additionally there are already two types of visualization available with a table and a line chart. We

Re: RE: Exclude timestamp from mapping properties

2019-12-02 Thread Philipp Zehnder
Hi, yes, exactly. When a user creates a new adapter it can be defined whether a property is a dimension property (can later be used to group the streams), a header property (like the timestamp), or a measurement property (containing usually sensor values and other measurements). This

[DISCUSS] Merge Connect Master and Backend

2019-12-13 Thread Philipp Zehnder
Hi all, I wanted to discuss whether we should merge the Connect Master Container and our backend. We already need a lot of docker containers to run StreamPipes my suggestion is to merge the Connect Master Container and the Backend. Currently the master container just manages the workers and

[DISCUSS] Version number in documentation

2019-12-13 Thread Philipp Zehnder
Hi all, we received a pull request for our documentation with some minor changes. One of them was an update of the version number of StreamPipes in the maven archetype commands. Now the question came up whether we should use the current version number in the command (or the documentation in

Re: CI Pipelines

2019-12-12 Thread Philipp Zehnder
Hi Dominik, I would also prefer to have a separate Docker Hub Repo. Regarding the build process: Would it be possible use Jenkins to push the SNAPSHOTs into Nexus (for PE developers) and a separate build pipeline with for example with GitHub actions which first builds the .jar files and then

TI Sensor Tag

2019-12-07 Thread Philipp Zehnder
Hi all, I got my hands on a TI Sensor Tag and I think this is a great way for new users to start experimenting with StreamPipes. This sensor can be connected via Bluetooth with your phone and then send events to MQTT. We could use this sensor with the standard MQTT Adapter, but then users

Re: December Podling Report - Draft

2019-12-01 Thread Philipp Zehnder
Hi, thanks Dominik, I think the report looks good. Can you please add that all initial committers filed the ICLAs. Further the software grant and CCLA were submitted. Cheers, Philipp > On 1. Dec 2019, at 14:36, Dominik Riemer wrote: > > Hi all, > > although I was hoping that we'll manage

Re: [VOTE] Confluence wiki for StreamPipes

2019-12-02 Thread Philipp Zehnder
+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 call a vote to decide> >> whether we want to have a Confluence wiki to manage

Re: [DISCUSS] Confluence Wiki for StreamPipes

2019-11-14 Thread Philipp Zehnder
ed future features that require >> breaking changes ("StreamPipes Improvement Proposals") > > > All that sounds like it should be in a public wiki. What’s the internal wiki > software? Infra might be able to transfer the content to an ASF one. > > Thanks, > Just

Re: Jira notifications

2019-12-09 Thread Philipp Zehnder
Hi, I also agree with Chris. I think it makes sense to have the issues mailing list as well. Philipp > On 9. Dec 2019, at 19:44, Dominik Riemer wrote: > > Hi Chris, > > sounds good! (and nobody seems to have any objections) > I looked up the corresponding PLC4X issue at >

STREAMPIPES-9 Remove dependency to kafka-rest

2020-03-01 Thread Philipp Zehnder
Hi all, to prepare our first release I was working on Issue "STREAMPIPES-9 Remove dependency to kafka-rest”. From now on we use the standard Kafka API to provide a live preview of the data. Please ensure that you use the env file in "streampipes-backend/development” when running the backend

Re: Preparing release

2020-03-01 Thread Philipp Zehnder
Hi Johannes, thank you for reporting the issues and creating the release overview. I think this is very helpful to get a good overview and we should use this for future release planning as well. Philipp > On 28. Feb 2020, at 19:05, Johannes Tex wrote: > > Hi all, > > a few days ago we

[DISCUSS] Coding guidelines for the UI

2020-03-05 Thread Philipp Zehnder
Hi all, during the development of UI components I realized that we use many different code styles. The project contains a tslint.json file, and my IDE shows errors if there are any style violations. My suggestion would be that everybody activates tslint to ensure we all use the same

Re: Camera Adapter in StreamPipes Connect

2020-03-06 Thread Philipp Zehnder
Hi Patrick, this is a very interesting idea. I thought about this before and I found a cool library which we could possibly use to connect cameras [1] It seems that they support different operating systems, further they have multiple drivers (e.g. GStreamer). I tried to run an example

Re: [Help wanted] Jslod Serialization

2020-03-06 Thread Philipp Zehnder
Hi Johannes, I just fixed it. The problem was that the REST call returned and Array of DataLakeMeasure as JSON-LD. To do that you have to add asContainer: public Response getAllInfos() { List result = this.dataLakeManagement.getInfos(); return ok(asContainer(result)); } I’ll continue to

Re: Camera Adapter in StreamPipes Connect

2020-03-06 Thread Philipp Zehnder
al heterogeneity > in hardware/node setup. > > > >> Am 06.03.2020 um 10:56 schrieb Philipp Zehnder : >> >> Hi Patrick, >> >> this is a very interesting idea. >> I thought about this before and I found a cool library which we could >> possi

Re: Podling Board Report March

2020-03-02 Thread Philipp Zehnder
Hi, I looked at the report and it looks very good and I added it to the wiki. If anyone has any additions, please feel free to add them. Philipp > On 2. Mar 2020, at 10:08, Dominik Riemer wrote: > > Hi all, > > > > please find below a first draft for the upcoming board report. It would be

Re: [DISCUSS] Processor to synchronize two data streams

2020-01-29 Thread Philipp Zehnder
rtition of a certain topic. Since > Kafka guarantees correct order per partition this could be sufficient as a > starting point to ensure consumer only receiving in order events. > > Patrick > > >> Am 20.01.2020 um 09:14 schrieb Philipp Zehnder : >> >>

Re: geo-operations features for streampipes

2020-01-29 Thread Philipp Zehnder
Hi Florian, welcome on the mailing list. Cool, your idea sounds very interesting. Such components a very helpful when working with geo data. Is there a particular component you would like to start with? Philipp On 2020/01/29 11:08:54, Florian Micklich wrote: > Hello everyone, > > I just

Re: Changes to README and Github config

2020-01-29 Thread Philipp Zehnder
Hi Dominik, the changes look good. Especially the section for new contributors is helpful. I think implementing new processors is also a good starting point for new developers. We should provide a list (in Jira) with some processor ideas. Maybe we can collect some ideas here on the mailing

Checking the licenses

2020-01-29 Thread Philipp Zehnder
Hi all, we are currently checking the licenses and are preparing the LICENCE and NOTICE files. I started to check the licenses of the UI and created a wiki page with an overview of the currently used libraries. Some of them are legacy code and will be removed shortly since we do not use them

Re: Podling Streampipes Report Reminder - February 2020

2020-01-30 Thread Philipp Zehnder
/Shepherd notes: > On 28. Jan 2020, at 15:34, Philipp Zehnder wrote: > > Hi, > > I’ll prepare a first draft tonight and will send it to you tomorrow. > > Philipp > >> On 26. Jan 2020, at 20:59, Dominik Riemer wrote: >> >> Hi, >> is there an

Refactor MQTT based adapters

2020-02-04 Thread Philipp Zehnder
Hi all, since we have multiple adapters that use MQTT I created a utils class with all the code required for the configuration parameters. One of the new adapters is the NetioMQTTAdapter. The adapter itself works, but the labels are not shown in the UI. Maybe someone knows what the problem

Re: Refactor MQTT based adapters

2020-02-04 Thread Philipp Zehnder
rs > > 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" :) > >

Re: Refactor MQTT based adapters

2020-02-04 Thread Philipp Zehnder
in the MQTT utils class to Labels.withId and added the string in > the string.en file. > If you like i can commit it and you can try at your machine. > > Johannes > > On 2020/02/04 21:10:01, Philipp Zehnder wrote: >> Hi, >> >> @Johannes: Does it work on your machin

Re: [DISCUSS] Processor to synchronize two data streams

2020-01-31 Thread Philipp Zehnder
ve just tested it with the new Eclipse Ditto sink and it works fine. > > Dominik > > -Original Message- > From: Philipp Zehnder > Sent: Wednesday, January 29, 2020 4:58 PM > To: dev@streampipes.apache.org > Subject: Re: [DISCUSS] Processor to synchronize two data streams

Re: Podling Streampipes Report Reminder - February 2020

2020-01-28 Thread Philipp Zehnder
Hi, I’ll prepare a first draft tonight and will send it to you tomorrow. Philipp > On 26. Jan 2020, at 20:59, Dominik Riemer wrote: > > Hi, > is there anyone who wants to volunteer for creating a first draft of the next > board report (deadline for the final version to be submitted to the >

Re: Refactor MQTT based adapters

2020-02-05 Thread Philipp Zehnder
s/STREAMPIPES/issues/STREAMPIPES-69?filter=allopenissues=created+DESC,+priority+DESC,+updated+DESC> >> >>> On 4. Feb 2020, at 22:30, Johannes Tex wrote: >>> >>> Hi Philipp, >>> >>> yes, on my computer it is working. >>> I changed i

Re: UI Angular Upgrade

2020-02-17 Thread Philipp Zehnder
Hi Dominik, your changes are awesome. I tested it today and it feels much much faster than before. What do you think how much effort will it be to remove all AngularJS code and which component do you think could we migrate next? Philipp > On 17. Feb 2020, at 11:20, Dominik Riemer wrote: >

Re: Image Labeling

2020-02-17 Thread Philipp Zehnder
Hi Johannes, as for the API, do you think we can extend the dataset API, or should we create a separate REST API for image annotation? Where do you plan to store the coco annotation information? In files or in a DB? Philipp > On 16. Feb 2020, at 19:51, Dominik Riemer wrote: > > Hi Johannes,

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

2020-02-19 Thread Philipp Zehnder
have >> very large amounts of data by now to store, it would probably be a bit of >> overkill here (one distributed system more to manage). >> >> Dominik >> >> -Original Message- >> From: Philipp Zehnder >> Sent: Tuesday, February 18, 202

[DISCUSS] Store images in datalake

2020-02-10 Thread Philipp Zehnder
Hi all, I am currently working on a solution to store images in the data lake. Currently we persist all data in an influx db. But I do not think that it makes sense to store base64 encoded images in a time-series database. So my suggestion would be to check the domain property of events and

Re: Setup dev project in Intelij

2020-02-17 Thread Philipp Zehnder
es.apache.org/docs/docs/pipeline-elements/ > <https://streampipes.apache.org/docs/docs/pipeline-elements/>). > And I've just realized that the documentation is not working on the web page > - I think this got broken during the transition of the homepage. > > Dominik > > -Original M

Re: Setup dev project in Intelij

2020-02-16 Thread Philipp Zehnder
Hi Florian, sorry for the late reply. Very cool, I tested your processors and they worked as expected and I will merge them directly. Just one minor comment. Please try to avoid logging raw events to the console. This makes it harder to find errors and exceptions in the logs when the service

Re: Little PLC4X update

2020-02-16 Thread Philipp Zehnder
Hi Chris, that's great news. Last week we were able to test the S7 Adapter a bit more and read multiple values in one event from a PLC. During the test the following question came up: Is it possible to get a list of all S7 devices in the network? Currently the user needs to know the IP of the

Re: Image Labeling

2020-02-21 Thread Philipp Zehnder
- need to handle a file > * CouchDB >- file generation is needed > My proposal is to use the CouchDB to use the annotations. > > Johannes > > > On 2020/02/17 21:12:38, Philipp Zehnder wrote: >> Hi Johannes, >> >> as for the API, do you think we

Re: postgres sink

2020-02-21 Thread Philipp Zehnder
Hi Florian, I’ll address your questions directly in your mail below: On 2020/02/19 19:27:47, Florian Micklich wrote: > Hi all, > > > I was just using the postgres sink [0] and got an error. > > I am using following docker container: > > docker run --name "streampipes_postgis" -e

Re: Setup dev project in Intelij

2020-02-21 Thread Philipp Zehnder
> drop down list would be also a good idea .> > > Greetings> > > Florian> > > > > > Am 16.02.20 um 22:09 schrieb Philipp Zehnder:> > > Hi Florian,> > > sorry for the late reply.> > > Very cool, I tested your proces

Re: Improving the Live Dashboard

2020-02-19 Thread Philipp Zehnder
l be happy to know! > > Dominik > > On 2019/12/03 07:59:33, Christofer Dutz wrote: >> Hi folks, >> >> One thing I'd enjoy would be to have more than the fixed maximum of 6 rows. >> >> Chris >> >> V

Re: First pull request for StreamPipes Geo

2020-02-10 Thread Philipp Zehnder
; > > I added some resource descriptions. The icons for the PE's are shown > > in the pipeline but if I activate "show documentation" during PE > > configuration, it is referencing to the Static Google Maps Geocoding. > > This happens for both PE's. > >

STREAMPIPES-75: Extend data lake sink to store images

2020-02-18 Thread Philipp Zehnder
Hi all, I finished the implementation to store images in files instead of base 64 Strings in InfluxDB. For the first version I mounted a local volume and added the images in a folder in this volume. I think this is a good starting point because the images are stored in a local volume on the

Re: Tools to retrofit machines with StreamPipes

2020-01-13 Thread Philipp Zehnder
/en/products/all-products <https://www.netio-products.com/en/products/all-products> > On 31. Dec 2019, at 11:46, Philipp Zehnder wrote: > > Dear all, > > we already have plug-and-play solutions for several sensors that can be used > to retrofit machines a

Re: [STREAMPIPES-17] Expose Adapter Icons in Connect Container

2020-01-13 Thread Philipp Zehnder
Hi all, I started to create issues with a “newbe” label. If you have any ideas for issues that are a good starting point for new developers please add them to the issue tracker. Cheers, Philipp > On 12. Jan 2020, at 21:32, Philipp Zehnder wrote: > > Hi Johannes, > > thank

Re: [DISCUSS] Processor to synchronize two data streams

2020-01-20 Thread Philipp Zehnder
a is > coming from. So for instance Kafka - AFAIK Kafka only supports ordering per > partition per topic. Any initial ideas on how to deal with that? > > Patrick > >> Am 16.01.2020 um 23:14 schrieb Philipp Zehnder : >> >> Hi all, >> >> I’d like to di

Re: ApacheCon NA 2020

2020-01-22 Thread Philipp Zehnder
Hi Dominik, yes I think that is a good idea. I like the idea of a joint talk with PLC4X or IoTDB. What do you think about framing one second talk a bit more on analytics? I thought maybe we could show the complete cycle of an analytics project with StreamPipes. * First connect data of

Re: Add support for multiple properties in PLC4X S7 Adapter

2020-01-16 Thread Philipp Zehnder
in > the Scraper of PLC4X (just do a text search for "mock:" (as that’s the prefix > for that driver)). > Doing that you can exactly validate your implementation and then you don’t > have to test more and just rely on PLC4X that their shit works (....) __ > &

[DISCUSS] Processor to synchronize two data streams

2020-01-16 Thread Philipp Zehnder
Hi all, I’d like to discuss how we could design a processor to merge two data streams. We already had several versions of this component in the past, but none of them is completely satisfactory. I would suggest two different processors for two common use cases: The first one is to append a

Re: [STREAMPIPES-17] Expose Adapter Icons in Connect Container

2020-01-12 Thread Philipp Zehnder
Hi Johannes, thanks. That's great. I'm going to move all the processor and adapter icons into the respective packages so we can delete them from the UI. I think it is a good idea to create some issues for new developers to migrate the descriptions and titles to resource files. Cheers, Philipp

Tools to retrofit machines with StreamPipes

2019-12-31 Thread Philipp Zehnder
Dear all, we already have plug-and-play solutions for several sensors that can be used to retrofit machines and build fast prototypes with StreamPipes. For example the Bosch XDK sensor, the TI Sensortag, or the raspberry pi camera are already integrated. Now I am looking for a plug to measure

Re: geodata and api-faker access in streampipes

2020-03-09 Thread Philipp Zehnder
gt; > render json: {status: 'SUCCESS', message: 'Loaded ALL > ',data:@positions}, status: :ok> > > But now I finally understand what Json Array Key means and what I have to add > as key value!> > > Any idea why this message occurs on my side?> > &g

Re: [DISCUSS] Coding guidelines for the UI

2020-03-07 Thread Philipp Zehnder
to-singl> > On 6. Mar 2020, at 14:01, Johannes Tex <mailto:t...@apache.org>> wrote: > > Hi Philipp, > > today I activated tslint in my IDE, it is really helpful! Thanks! > > > Johannes > > On 2020/03/05 22:00:19, Philipp Zehnder <mailto:

Re: storing static data

2020-03-08 Thread Philipp Zehnder
Hi Florian, this is a very cool use case. I think in general it would be cool to have an interface to upload shape files which are then stored in a DB. But I was wondering if you need a database for the use case you described? Would it also be possible to put the shape file of all countries

Re: geodata and api-faker access in streampipes

2020-03-08 Thread Philipp Zehnder
21 16006 477, florian.mickl...@disy.net > > Firmensitz: Ludwig-Erhard-Allee 6, 76131 Karlsruhe > Registergericht: Amtsgericht Mannheim, HRB 107964 > Geschäftsführer: Claus Hofmann > > Bitte beachten Sie folgende Informationen für Kunden, Lieferanten und Bewerber > - Daten

[DISCUSS] Shorter folder names in resource folder

2020-04-08 Thread Philipp Zehnder
Hi all, while testing the processing elements for the release I realized that it is hard to manage the resources for the pipeline elements, because the name of the folder is so long. Especially when there are many elements within one module it is hard to find the one you are looking for. My

Re: Setup dev project in Intelij

2020-04-13 Thread Philipp Zehnder
this certain processor. > > > > Other than that, I quite like the idea of Philipp, putting your work and > > lessons learned regarding geo data etc. in a little blog post. > > This def gonna help others in the community even more, as compared to > > putting it in

Re: New Sink for MQTT Brokers

2020-03-27 Thread Philipp Zehnder
Hi Felix, thanks a lot for your bug report and the pull request. The code looks very good and I merged it directly. Philipp > On 27. Mar 2020, at 11:24, Felix John wrote: > > Hi. > > Thank you for that information. As you suggested, I created the two bug > reports in Jira and included the

Re: [ANNOUNCE] New committer Florian Micklich

2020-03-27 Thread Philipp Zehnder
Hi Florian, Congratulations! I look forward to work with you. Philipp > On 26. Mar 2020, at 23:35, Dominik Riemer wrote: > > Hi all, > > > > on behalf of the StreamPipes PPMC, it is my pleasure to inform you that > Florian Micklich has accepted the offer to become committer of the >

Re: WIP: New Processor - Pull Request

2020-03-31 Thread Philipp Zehnder
Hi Felix, thanks for the bug report and fixing it ;) Let us know if you have a similar problem in the future so we can resolve it together. Philipp > On 31. Mar 2020, at 14:29, Felix John wrote: > > Hi Dominik, > > I just recreated everything from scratch and for some mysterious, unknown

Re: AW: Time Series Data Labeling Tool

2020-03-31 Thread Philipp Zehnder
ew and we can discuss it if you have > comments or questions.> > > > > Johannes> > > > > [1] > https://github.com/apache/incubator-streampipes/tree/b2e92c667d77e7b7e724112463bb25141881ffd6/ui/src/app/core-ui/image/components/image-labels> > &g

Re: Re: Time Series Data Labeling Tool

2020-04-02 Thread Philipp Zehnder
vation of the labeling mode is > highlighted by color adjustment of the 'Labeling'-button icon.> > > > > Just now I've already created a pull request on Github (pull request #13).> > > > > Daniel> > > > > -Ursprüngliche Nachricht-&g

Re: Hey there!

2020-04-27 Thread Philipp Zehnder
e - I was about to ask the same. Do you have > any concrete use cases in mind? > >Patrick > >> Am 23.04.2020 um 11:20 schrieb Philipp Zehnder : >> >> >> Hi Marco, >> >> welcome to the mailing list, good to have you on board. >

Re: Preparing release

2020-04-26 Thread Philipp Zehnder
and do some > final tests, then I'd proceed with preparing the release vote within the next > days! > > Dominik > > -Original Message- > From: Philipp Zehnder > Sent: Tuesday, March 17, 2020 6:43 PM > To: dev@streampipes.apache.org > Subject: Re: Preparing release

Re: new trajectory processor

2020-04-26 Thread Philipp Zehnder
Hi Florian, sorry for the late reply. I think this is a very useful component. So did I understand it correctly. In the current version the trajectories have a fix length (m), defined by the user. Once m events are collected the trajectory is emitted to the next processor. Right? I think it

Re: Hey there!

2020-04-23 Thread Philipp Zehnder
Hi Marco, welcome to the mailing list, good to have you on board. What kind of streaming machine learning algorithms would you like to integrate? Cheers, Philipp > On 23. Apr 2020, at 09:52, Marco Heyden wrote: > > Hey guys, > > > > my name is Marco and I am a Research Scientist at

Re: [DISCUSS] Shorter folder names in resource folder

2020-04-14 Thread Philipp Zehnder
> And I had issues in the past with these directory names including dots. It's >> sort of impossible to see if this is a set of nested directories or just one >> (or something in between) in most IDEs I'm using. I would really prefer to >> not have "." in director

[ANNOUNCE] New committers

2020-05-12 Thread Philipp Zehnder
Hi all, on behalf of the StreamPipes PPMC, it is my pleasure to inform you that we have two new committers. Felix John and Daniel Ebi have accepted the offer to become committers of the StreamPipes project! Both are active contributors for quite some time and are working on various parts of

Re: DataSink for Redis

2020-05-12 Thread Philipp Zehnder
e a > > > separate DB with a distinct keyspace, independent from the others [2]) > > > 3. To collect recent events with data purging. (similar to 1, 2. But, > > > with an expiration time). > > > > > > So, with this new approach, it would allow all the

Re: Plans/Ideas for next release

2020-05-06 Thread Philipp Zehnder
Hi all, one big feature that we should include in the next release is the data explorer. In our development branch we already have a first prototype, which we currently refactor [1] In this view users should be able to explore data stored in the data lake. Additionally, it will be possible to

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

2020-05-06 Thread Philipp Zehnder
Hi, +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: [DISCUSS] StreamPipes in Slack

2020-05-11 Thread Philipp Zehnder
Hi Patrick, I am in favor of keeping both channels. I would say, we should mainly use the Apache Slack channel for communication, however for new developers and new users it is very helpful to have a StreamPipes Slack. As you mentioned, there we can have multiple fine-grained channels, which

Re: Integrate IoTDB as a data source in StreamPipes

2020-05-10 Thread Philipp Zehnder
Hi Steve, thanks for your mail. Yes, most of the adapters are pull bases, but StreamPipes also supports data sources that push events. For an example you can have a look at the broker adapters (e.g. MQTT [1], Kafka [2], Pulsar [3]). We could implement a similar solution for IoTDB, where we use

Re: finished Geo PE Extension [LatLntToGeo] [EPSG]

2020-05-14 Thread Philipp Zehnder
Hi Florian, thank you! You can add the two new domain properties to [1]. In this module we try to collect all the used domain properties. We used to have many different locations, defining new domain properties. Now we try to define them at a single location to have a better overview. Later

Re: Data processor to evaluate JavaScript

2020-05-14 Thread Philipp Zehnder
Hi, it would be very useful to have such a processor. I like the ideas for 1 & 2 and I think we can do it this way. Actually I think that the definition of the output scheme could be quite tricky. Because users can do anything with the event. How about we provide an option property? Users can

Re: Integrate IoTDB as a data source in StreamPipes

2020-05-18 Thread Philipp Zehnder
you have a better idea, please let me know. > > Best, > Steve > > Philipp Zehnder 于 2020年5月11日周一 下午1:03写道: > >> Hi Steve, >> >> thanks for your mail. >> Yes, most of the adapters are pull bases, but StreamPipes also supports >> data sources that

Re: unit tests

2020-05-18 Thread Philipp Zehnder
Hi Florian, I also like the idea of having more tests. In [1] is a description of several testing and mocking frameworks that we use. I hope they are helpful. Philipp [1] https://cwiki.apache.org/confluence/display/STREAMPIPES/Testing

Re: Extension of Postgres sink

2020-05-18 Thread Philipp Zehnder
Hi Florian, yes I agree. We should put database specific implementations in a separate class into the package of the sink. Do you think we have to duplicate the whole class or can we leave some core functionalities in the JDBClient? Philipp > On 15. May 2020, at 16:33, Florian Micklich

Re: DataSink for Redis

2020-05-12 Thread Philipp Zehnder
Hi Grainer, the sink looks very cool and I merged your PR. I have a question regarding the key field. Currently users can either select ‘-‘ or a ‘runtimeName’ as a requiredTextParameter. When ‘-‘ is selected a unique counter is used for the key, right? The problem is when a user selects a

Re: DataSink for Redis

2020-05-12 Thread Philipp Zehnder
om/2015/09/24/storing-data-with-redis/ > > Regards, > Grainier. > > On Tue, 12 May 2020 at 12:36, Philipp Zehnder wrote: > >> Hi Grainer, >> >> the sink looks very cool and I merged your PR. >> >> I have a question regarding the key field. >

Re: Preparing release

2020-03-16 Thread Philipp Zehnder
gt; '0.66.0'. You can find them all here: [2]. >>>> >>>> Regards >>>> Johannes >>>> >>>> [1] >>>> http://mail-archives.apache.org/mod_mbox/streampipes-dev/202002.mbox/%3C018b01d5e6fd%24842f62b0%248c8e2810%24%40apache.or

Re: Preparing release

2020-03-17 Thread Philipp Zehnder
from my side, we can freeze the current state. > > Johannes > > On 2020/03/16 21:11:46, Philipp Zehnder wrote: > > Hi Dominik, > > > > Johannes and I are currently working on a new version for the data > > explorer. But we will not finish it before the

Re: New Contributor

2020-03-23 Thread Philipp Zehnder
Hi Felix, also from me a warm welcome. Great to have you on the list. Thanks for the bug report, we will look into that. There are many areas where you can help. I think for the beginning you can look for issues labeled with newbie. A good starting point to get to know the system is to write a

Re: New Contributer | Time Series Data Labeling Tool

2020-03-24 Thread Philipp Zehnder
Hi Daniel, a warm welcome to the mailing list! You can start developing on the UI using the cli tool in our installer [1]. (Currently in the dev branch) I’d suggest you use the lite version (‘sp set-template lite') and run a local StreamPipes instance on your computer (‘sp set-template lite').

Re: Release 0.67.0 preparation and open issues

2020-08-30 Thread Philipp Zehnder
t release and creating the open >> issues! >> I'll go through the list tomorrow - I guess most things should be rather >> easy to fix. >> >> Can't wait for the next release - I think we really have a lot of cool >> extensions in the upcoming version :-) >&g

Re: Podling Streampipes Report Reminder - September 2020

2020-09-02 Thread Philipp Zehnder
On 1. Sep 2020, at 15:46, Dominik Riemer wrote: > > Hi Philipp, > > thanks for creating the report, looks good from my side! > I added a few sentences below in your draft. > > Dominik > > -Original Message- > From: Philipp Zehnder mailto:zehn...@apache.org>

Re: Release 0.67.0 preparation and open issues

2020-09-02 Thread Philipp Zehnder
https://cwiki.apache.org/confluence/display/STREAMPIPES/0.67.0-Pre-Release-Checklist <https://cwiki.apache.org/confluence/display/STREAMPIPES/0.67.0-Pre-Release-Checklist> > On 30. Aug 2020, at 10:34, Philipp Zehnder wrote: > > Hi, > > currently I am working on the next steps for

Re: [DISCUSS] Sending all Jira notifications to the issues list

2020-09-10 Thread Philipp Zehnder
Coo, thank you Dominik > On 10. Sep 2020, at 20:47, Dominik Riemer wrote: > > Infra has now changed the notification settings, so just only created issues > are sent to this list and all others to iss...@streampipes.apache.org. > > Dominik > > On 2020/09/01 17:56:21

Re: Re: Time Series Data Labeling Tool

2020-09-11 Thread Philipp Zehnder
t; the plotly-specific 'Pan' or 'Zoom' mode. The activation of the labeling > > mode is highlighted by color adjustment of the 'Labeling'-button icon.> > > > > > > > > > > > > Just now I've already created a pull request on Github (pull request #13).>

Missing Run Configurations

2020-09-11 Thread Philipp Zehnder
Hi, I just updated my development environment and now all run configurations in IntelliJ are gone. Since we had multiple setup possibilities over the last couple of month, I would like to discuss how we set up StreamPipes for development. It always takes a lot of time when things change, so I

Re: [DISCUSS] Sending all Jira notifications to the issues list

2020-09-10 Thread Philipp Zehnder
Hi, yes, I like that too. Philipp > On 9. Sep 2020, at 20:43, Patrick Wiener wrote: > > Sounds good to me :) > > Patrick > >> Am 09.09.2020 um 20:41 schrieb Dominik Riemer : >> >> Hi, >> >> I like Chris' proposal - moving the close-mails to issues@ and keeping the >> created-mails here.

Re: Time Series Data Labeling Tool

2020-09-12 Thread Philipp Zehnder
. > Let me know where I can support you! > > Best > Marco > > Am 11.09.20, 09:16 schrieb "Philipp Zehnder" : > >Hi all, > >I needed the label editor to label some time-series data. >Therefore I have used the current version and it works,

Re: Missing Run Configurations

2020-09-12 Thread Philipp Zehnder
pproach and one thing that we also have on >> the long list of todos: improve the docs. >> >> We should clearly highlight what kind of environment variables need to be >> set. I assume developers are capable of making these settings on their own >> (if not using In

Re: NullPointer in Image Enrichment Processor

2020-09-14 Thread Philipp Zehnder
> image enricher works without access to local font libraries? >> >> Dominik >> >> On 2020/09/13 17:06:10, Patrick Wiener wrote: >>> It would be really helpful if you could post a snippet of the concrete >>> failure log. >>> >>> Patric

Re: [DISCUSS] Sending all Jira notifications to the issues list

2020-09-01 Thread Philipp Zehnder
+1 > On 1. Sep 2020, at 19:30, Patrick Wiener wrote: > > Hi, > > that is definitely the case - I myself had the same problems not really seeing > the discussion mails on the dev list. > > So def a +1 for changing the settings. > > Patrick > >> Am 01.09.2020 um 15:59 schrieb Dominik Riemer :

Re: [Discuss] New installer structure, and CLI

2020-09-01 Thread Philipp Zehnder
t;> >> I also tested the new installer (under Windows + Gitbash) and it works >> great, and: no more encoding errors :-) >> >> The help feature is awesome! >> >> Dominik >> >> On 2020/08/24 16:04:21, Philipp Zehnder wrote: >>&g

NullPointer in Image Enrichment Processor

2020-09-13 Thread Philipp Zehnder
Hi, we currently have a bug in our image enrichment processor. Everything works fine when we running in development, but in docker some libraries are missing, see [1]. Unfortunately, it did not work to just install those libraries, I had to change the base image. With ARG

Re: Time Series Data Labeling Tool

2020-10-02 Thread Philipp Zehnder
Sorry I just saw your PR. Thank you. > On 2. Oct 2020, at 09:09, Philipp Zehnder wrote: > > Hi Marco, > > very cool. I started working on the front-end, which allows users to manage > their labels via the GUI in branch STREAMPIPES-234. > > When your model is ready,

[RESULT][VOTE] Apache StreamPipes 0.67.0 (incubating) RC2 release

2020-10-13 Thread Philipp Zehnder
Hi all, the vote is now closed after the 72h period has passed. Result (as per [1], only votes from IPMC members are binding): The vote for Core and Extensions PASSES with 6 votes +1 (5 binding/1 non-binding) and no -1. +1 (binding) Patrick Wiener Johannes Tex Dominik Riemer Philipp Zehnder

[VOTE] Apache StreamPipes 0.67.0 (incubating) Installer RC3 release

2020-10-13 Thread Philipp Zehnder
Apache StreamPipes (Incubating) Installer 0.67.0 has been staged and it’s time to vote on accepting it for release. If approved, we will seek final release approval from the IPMC. Voting will be open for 72 hours. A minimum of 3 binding +1 votes and more binding +1 than binding -1 are

  1   2   3   4   5   6   >