[jira] [Created] (STREAMPIPES-163) Exception during save in MYSQl Sink with Timestamp value

2020-06-17 Thread Florian Micklich (Jira)
Florian Micklich created STREAMPIPES-163: Summary: Exception during save in MYSQl Sink with Timestamp value Key: STREAMPIPES-163 URL: https://issues.apache.org/jira/browse/STREAMPIPES-163

Re: rewrote jdbc class for possible extensions and need assistance for fixing column naming issue

2020-06-17 Thread Florian Micklich
Hi Philipp, this is really hard to say. Is there another way to represent a number- type in Java instead of double? I think in most cases the numerical values are within the range of 15 decimal places. All other cases are exotic and cannot easily be handled by other programs as well. But if this

[GitHub] [incubator-streampipes] El-Sherif opened a new pull request #20: Adding Description Dialogs

2020-06-17 Thread GitBox
El-Sherif opened a new pull request #20: URL: https://github.com/apache/incubator-streampipes/pull/20 ### Purpose ### Approach ### Samples ### Remarks Fixes:

Re: Data processor to evaluate JavaScript

2020-06-17 Thread Patrick Wiener
Cool. As for the base image discussion: I guess this is worth discussing in a different thread. So feel free to open. Patrick > Am 17.06.2020 um 11:21 schrieb Philipp Zehnder : > > Hi Dominik, > > unfortunately this was not the problem, but this could become a problem in > the future ;) >

Re: Data processor to evaluate JavaScript

2020-06-17 Thread Philipp Zehnder
Hi Dominik, unfortunately this was not the problem, but this could become a problem in the future ;) The problem was the java version. So far we used Java 8 in the docker images, after updating it to Java 9 it worked. So far I just changed the docker versions of the images using the JS

Re: Core-UI serialization

2020-06-17 Thread Philipp Zehnder
Hi Dominik, the code generation looks good and I look forward to use it. Do I understand it correctly, there will be one file containing the whole generated model, right? Philipp > On 10. Jun 2020, at 18:00, Dominik Riemer wrote: > > Hi Philipp, > > coming back to your questions after

[jira] [Reopened] (STREAMPIPES-135) Implement JS evaluator

2020-06-17 Thread Philipp Zehnder (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Zehnder reopened STREAMPIPES-135: - Assignee: Philipp Zehnder (was: Grainier Perera) The JS code is not

Re: rewrote jdbc class for possible extensions and need assistance for fixing column naming issue

2020-06-17 Thread Philipp Zehnder
Hi Florian, the information in the link looks good, as well as the type validation in your method. Do you think we will get any problems because we have less data types in StreamPipes (e.g. we just support double)? So we have to change the types and might lose information. And how about

Re: rewrote jdbc class for possible extensions and need assistance for fixing column naming issue

2020-06-17 Thread Florian Micklich
Hi Philipp, I think we should handel the mapping via following standard values, returned by JDBC meta information [1]. This way an easy validation between column types in the db and event properties can be done. Also this should be valid for all DB's using JDBC. If it is required to map e.g.