[FEATURE REQUEST]: Ability to write to an SQLServer database within the context of Structured Streaming
Open
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
Assessment
This issue has not been assessed yet.