Github user anabranch commented on a diff in the pull request:
https://github.com/apache/spark/pull/13945#discussion_r68789246
--- Diff: docs/structured-streaming-programming-guide.md ---
@@ -0,0 +1,888 @@
+---
+layout: global
+displayTitle: Structured Streaming Programming Guide [Alpha]
+title: Structured Streaming Programming Guide
+---
+
+* This will become a table of contents (this text will be scraped).
+{:toc}
+
+# Overview
+Structured Streaming is a scalable and fault-tolerant stream processing
engine
+built on the Spark SQL engine. You can express your streaming computation
by
+thinking you are running a batch computation on a static dataset, and the
--- End diff --
I think we can work on the wording here a bit.
```
Structured Streaming is a scalable and fault-tolerant stream processing
engine built on the Spark SQL engine. You can express your streaming
computation the same way you would express a batch computation on a static
dataset.The SparkSQL engine will take care of running it incrementally and
continuously and updating the final result as streaming data continues to
arrive.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]