You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "bossenti (via GitHub)" <gi...@apache.org> on 2023/02/24 15:52:58 UTC

[I] Sink for MicrosoftSQL DB (streampipes)

bossenti opened a new issue, #1348:
URL: https://github.com/apache/streampipes/issues/1348

   ### Body
   
   Base on a feature request in #1236, we want to extend our [family of data sinks ](https://github.com/apache/streampipes/tree/dev/streampipes-extensions) with one for MicrosoftSQL databases.
   This sink should be able to store data from a StreamPipes data stream to a MicrosoftSQL database. Thereby, at least basic authentication should be available, ideally we could even provide SSL-secured connections.
   
   If there is JDBC client library available (license must be applicable, ideally Apache License), then we can make use of the existing [JDBC implementation](https://github.com/apache/streampipes/tree/dev/streampipes-extensions/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/jdbcclient) for sinks, see for reference the [PostgreSQL sink](https://github.com/apache/streampipes/tree/dev/streampipes-extensions/streampipes-sinks-databases-jvm/src/main/java/org/apache/streampipes/sinks/databases/jvm/postgresql).
   
   Please see also our tutorial on how to implement new sinks: https://streampipes.apache.org/docs/docs/extend-tutorial-data-sinks.html
   
   ### Mentoring
   As this issue is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
   This issue is ideal for people that are interested in getting started with StreamPipes and its SDK.
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Sink for MicrosoftSQL DB (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1348:
URL: https://github.com/apache/streampipes/issues/1348#issuecomment-1458657833

   great 🙏🏼 
   In case you need any help, feel free to approach us @deexidee 
   You can find a tutorial on how to write StreamPipes sinks in our documentation: https://streampipes.apache.org/docs/docs/extend-tutorial-data-sinks.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Sink for MicrosoftSQL DB (streampipes)

Posted by "deexidee (via GitHub)" <gi...@apache.org>.
deexidee commented on issue #1348:
URL: https://github.com/apache/streampipes/issues/1348#issuecomment-1457287087

   can help on this one


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org