Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Spark Rest Source

A Rest Api Structured Streaming DataSource

Example

spark.readStream
  .format("rest")
  .option("url", URL)
  .load
  .writeStream
  .format("console")
  .trigger(Trigger.ProcessingTime("10 seconds"))
  .start()
  .awaitTermination()

Here is a full example.

About

A Rest Api Structured Streaming DataSource

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages