Skip to content
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

Sink for MicrosoftSQL DB #1348

Open
bossenti opened this issue Feb 24, 2023 · 2 comments
Open

Sink for MicrosoftSQL DB #1348

bossenti opened this issue Feb 24, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Indicates an issue for hacktoberfest event 2023. java Pull requests that update Java code pipeline elements Relates to pipeline elements
Milestone

Comments

@bossenti
Copy link
Contributor

Body

Base on a feature request in #1236, we want to extend our family of data sinks 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 for sinks, see for reference the PostgreSQL sink.

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.

@bossenti bossenti added pipeline elements Relates to pipeline elements enhancement New feature or request good first issue Good for newcomers java Pull requests that update Java code labels Feb 24, 2023
@bossenti bossenti added this to the 1.0.0 milestone Feb 24, 2023
@deexidee
Copy link
Contributor

deexidee commented Mar 7, 2023

can help on this one

@bossenti
Copy link
Contributor Author

bossenti commented Mar 7, 2023

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

@bossenti bossenti added the hacktoberfest Indicates an issue for hacktoberfest event 2023. label Sep 7, 2023
@bossenti bossenti modified the milestones: 0.95.0, 1.0.0 Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Indicates an issue for hacktoberfest event 2023. java Pull requests that update Java code pipeline elements Relates to pipeline elements
Projects
None yet
Development

No branches or pull requests

2 participants