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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to