-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session based implementation of IoTDB sink (fix issues in current JDBC based implementation) #1146
Comments
Hi @SteveYurongSu, awesome, thanks for the great description! |
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 23, 2023
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 24, 2023
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 26, 2023
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 26, 2023
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 26, 2023
SteveYurongSu
added a commit
to SteveYurongSu/streampipes
that referenced
this issue
Jan 27, 2023
tenthe
added a commit
that referenced
this issue
Jan 27, 2023
[#1146] Session based implementation of IoTDB sink (fix issues in current JDBC based implementation)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Connect
What happened?
Recently, I was trying to play around streampipes and found that iotdb sink could not work properly.
I checked the source code and found that the current JDBC based implementation of iotdb sink is outdated, especially for the current production versions of iotdb (0.13.x and 1.0.x).
I‘d like to contribute a brand new iotdb sink implementation, which has the following features:
How to reproduce?
Graph:
Water Level 1 -> IoTDB
I debugged the iotdb sink in pipeline-element mode and found that the current iotdb sink cannot connect to the iotdb instance (version >= 0.13.x).
Expected behavior
IoTDB sink should be used with IoTDB (version >= 0.13.0)
Additional technical information
OS
Java
Maven
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: