https://github.com/anicolaspp/sparkstreamsources
Spark Custome Stream Source and Sink
https://github.com/anicolaspp/sparkstreamsources
spark-streaming
Last synced: about 1 year ago
JSON representation
Spark Custome Stream Source and Sink
- Host: GitHub
- URL: https://github.com/anicolaspp/sparkstreamsources
- Owner: anicolaspp
- Created: 2019-01-14T19:37:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T16:35:51.000Z (over 7 years ago)
- Last Synced: 2025-03-27T20:40:43.900Z (about 1 year ago)
- Topics: spark-streaming
- Language: Scala
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SparkStreamSources
Spark Custome Stream Source and Sink
This project serves as an example to implement Apache Spark custom Structured Streaming Sources.
This project is accompanied by [Spark Custom Stream Sources](https://hackernoon.com/spark-custom-stream-sources-ec360b8ae240)