dotnet / dotnet/spark

[FEATURE REQUEST]: Ability to write to an SQLServer database within the context of Structured Streaming

Open
#367 5 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2.1k
Forks
332
Avg merge
1d 20h
Merged PRs (30d)
9

Description

`StreamingQuery streamingQuery = dataFrame
.WriteStream()
.Format("console")
.Start();`

I would like to know if dotnet spark supports (or will support in the foreseeable future) the option to create a StreamingQuery that will write to SQL.

I understand a foreach sink may be necessary...

Has anyone successfully implemented this?

Thanks in advance.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.