[
https://issues.apache.org/jira/browse/NIFI-10234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570972#comment-17570972
]
Xuan Ronaldo edited comment on NIFI-10234 at 7/25/22 3:57 PM:
--------------------------------------------------------------
Thanks for your suggestions agin [~exceptionfactory] . It's very helpful and I
got your points.
However, the suggestion about {*}Instead of requiring each Record and Record
Schema to have a field named {{{}Time{}}}, it would be much better to make the
time field a configurable property{*}, I don't get it. Take CSV data as an
example, the data that IoTDB needs just like this:
{code:java}
Time,root.sg.d1.s1,root.sg.d1.s2
1658763997000,1,1
1658763998000,2,2{code}
As shown above, the {{Time}} in record represents timestamp or time string.
Therefore, I don't think that it will work.
The rest of suggestions are very helpful, I will modify the userguide and code
as you mentioned.
was (Author: xuanronaldo):
Thanks for your suggestions agin [~exceptionfactory] . It's very helpful and I
got your points.
However, the suggestion about {*}Instead of requiring each Record and Record
Schema to have a field named {{{}Time{}}}, it would be much better to make the
time field a configurable property{*}, I don't get it. Take CSV data as an
example, the data that IoTDB needs just like this:
{code:java}
Time,root.sg.d1.s1,root.sg.d1.s1
1658763997000,1,1
1658763998000,2,2{code}
As shown above, the {{Time}} in record represents timestamp or time string.
Therefore, I don't think that it will work.
The rest of suggestions are very helpful, I will modify the userguide and code
as you mentioned.
> implement a processor of Apache IoTDB
> -------------------------------------
>
> Key: NIFI-10234
> URL: https://issues.apache.org/jira/browse/NIFI-10234
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Xuan Ronaldo
> Priority: Major
>
> Hi, folks
>
> I'm a contributer of Apache IoTDB. Recently, I have implemented a processor
> which can write data to IoTDB. I'd like to submit it to the NiFi as a
> build-in processor. Besides, there are more processors or controller services
> will be developed.
>
> Regards,
> Xuan Ronaldo
--
This message was sent by Atlassian Jira
(v8.20.10#820010)