Replies: 1 comment 1 reply
-
@bossenti is there no label for sinks? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the last time this was discussed was during
#512
We should document the supported type and make it easier for new JDBC sinks like #1236
and validate how to implement other database types.
https://github.com/apache/streampipes/blob/dev/streampipes-extensions/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/model/DbDataTypes.java
and handled here https://github.com/apache/streampipes/blob/dev/streampipes-extensions/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient/model/DbDataTypeFactory.java
First and Older Drafts can be found here:
https://cwiki.apache.org/confluence/x/Qg54CQ
We should also discuss what new Sinks can / should be implemented in the future
Any other topics for JDBC I forgot?
Beta Was this translation helpful? Give feedback.
All reactions