-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathmkdocs.yml
445 lines (438 loc) · 21.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
site_name: The Internals of Spark Structured Streaming
site_url: https://books.japila.pl/spark-structured-streaming-internals
site_author: Jacek Laskowski
site_description: Demystifying inner-workings of Spark Structured Streaming
repo_name: spark-structured-streaming-internals
repo_url: https://github.com/japila-books/spark-structured-streaming-internals
edit_uri: edit/main/docs/
copyright: Copyright © 2022 Jacek Laskowski
theme:
name: material
language: en
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
features:
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
- content.code.annotate
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
- awesome-pages
- macros
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-meta-plugin
- meta
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
book:
title: Spark Structured Streaming
spark_core: https://books.japila.pl/apache-spark-internals
spark_sql: https://books.japila.pl/spark-sql-internals
hadoop:
version: 3.3.2
docs: https://hadoop.apache.org/docs/r3.3.2
api: https://hadoop.apache.org/docs/r3.3.2/api
java:
docs: https://docs.oracle.com/en/java/javase/11/docs
api: https://docs.oracle.com/en/java/javase/11/docs/api/java.base
kafka:
version: 2.8.1
api: https://kafka.apache.org/28/javadoc
rocksdb:
version: 6.20.3
api: https://javadoc.io/static/org.rocksdb/rocksdbjni/6.20.3
scala:
version: 2.13.8
binary_version: 2.13
api: https://www.scala-lang.org/api/2.13.8
docs: https://docs.scala-lang.org/
spec: https://www.scala-lang.org/files/archive/spec/2.13
social:
- icon: fontawesome/brands/github
link: https://github.com/jaceklaskowski
- icon: fontawesome/brands/twitter
link: https://twitter.com/jaceklaskowski
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/jaceklaskowski
- icon: fontawesome/brands/medium
link: https://jaceklaskowski.medium.com
spark:
version: 3.3.1
commit: https://github.com/apache/spark/commit
docs: https://spark.apache.org/docs/3.3.1
github: https://github.com/apache/spark/tree/v3.3.1
jira: https://issues.apache.org/jira/browse
nav:
- Home: index.md
- Internals:
- Overview:
- Overview: overview.md
- Internals of Streaming Queries: internals.md
- Configuration Properties: configuration-properties.md
- DataSource: DataSource.md
- Execution Planning Strategies:
- execution-planning-strategies/index.md
- FlatMapGroupsWithStateStrategy: execution-planning-strategies/FlatMapGroupsWithStateStrategy.md
- StatefulAggregationStrategy: execution-planning-strategies/StatefulAggregationStrategy.md
- StreamingDeduplicationStrategy: execution-planning-strategies/StreamingDeduplicationStrategy.md
- StreamingGlobalLimitStrategy: execution-planning-strategies/StreamingGlobalLimitStrategy.md
- StreamingJoinStrategy: execution-planning-strategies/StreamingJoinStrategy.md
- StreamingRelationStrategy: execution-planning-strategies/StreamingRelationStrategy.md
- IncrementalExecution: IncrementalExecution.md
- Logical Analysis Rules:
- ResolveWriteToStream: logical-analysis-rules/ResolveWriteToStream.md
- Logical Operators:
- ContinuousExecutionRelation: logical-operators/ContinuousExecutionRelation.md
- Deduplicate: logical-operators/Deduplicate.md
- EventTimeWatermark: logical-operators/EventTimeWatermark.md
- FlatMapGroupsWithState: logical-operators/FlatMapGroupsWithState.md
- StreamingDataSourceV2Relation: logical-operators/StreamingDataSourceV2Relation.md
- StreamingExecutionRelation: logical-operators/StreamingExecutionRelation.md
- StreamingRelation: logical-operators/StreamingRelation.md
- StreamingRelationV2: logical-operators/StreamingRelationV2.md
- WriteToContinuousDataSource: logical-operators/WriteToContinuousDataSource.md
- WriteToDataSourceV2: logical-operators/WriteToDataSourceV2.md
- WriteToMicroBatchDataSource: logical-operators/WriteToMicroBatchDataSource.md
- WriteToStream: logical-operators/WriteToStream.md
- WriteToStreamStatement: logical-operators/WriteToStreamStatement.md
- Offsets and Metadata Checkpointing:
- Offsets and Metadata Checkpointing: offsets-and-metadata-checkpointing.md
- MetadataLog: MetadataLog.md
- HDFSMetadataLog: HDFSMetadataLog.md
- CommitLog:
- CommitLog: CommitLog.md
- CommitMetadata: CommitMetadata.md
- OffsetSeqLog:
- OffsetSeqLog: OffsetSeqLog.md
- OffsetSeq: OffsetSeq.md
- OffsetSeqMetadata: OffsetSeqMetadata.md
- CheckpointFileManager:
- CheckpointFileManager: CheckpointFileManager.md
- FileContextBasedCheckpointFileManager: FileContextBasedCheckpointFileManager.md
- FileSystemBasedCheckpointFileManager: FileSystemBasedCheckpointFileManager.md
- Offset: Offset.md
- StreamProgress: StreamProgress.md
- Physical Operators:
- EventTimeWatermarkExec: physical-operators/EventTimeWatermarkExec.md
- FlatMapGroupsWithStateExec: physical-operators/FlatMapGroupsWithStateExec.md
- MicroBatchScanExec: physical-operators/MicroBatchScanExec.md
- SessionWindowStateStoreRestoreExec: physical-operators/SessionWindowStateStoreRestoreExec.md
- SessionWindowStateStoreSaveExec: physical-operators/SessionWindowStateStoreSaveExec.md
- StatefulOpClusteredDistribution: physical-operators/StatefulOpClusteredDistribution.md
- StatefulOperator: physical-operators/StatefulOperator.md
- StateStoreReader: physical-operators/StateStoreReader.md
- StateStoreRestoreExec: physical-operators/StateStoreRestoreExec.md
- StateStoreSaveExec: physical-operators/StateStoreSaveExec.md
- StateStoreWriter: physical-operators/StateStoreWriter.md
- StreamingDeduplicateExec: physical-operators/StreamingDeduplicateExec.md
- StreamingGlobalLimitExec: physical-operators/StreamingGlobalLimitExec.md
- StreamingRelationExec: physical-operators/StreamingRelationExec.md
- StreamingSymmetricHashJoinExec: physical-operators/StreamingSymmetricHashJoinExec.md
- WatermarkSupport: physical-operators/WatermarkSupport.md
- WriteToContinuousDataSourceExec: physical-operators/WriteToContinuousDataSourceExec.md
- WriteToDataSourceV2Exec: physical-operators/WriteToDataSourceV2Exec.md
- ProgressReporter: ProgressReporter.md
- SQLConf: SQLConf.md
- StreamExecution: StreamExecution.md
- StreamingDataWriterFactory: StreamingDataWriterFactory.md
- StreamingQueryListenerBus: StreamingQueryListenerBus.md
- StreamMetadata: StreamMetadata.md
- TriggerExecutors:
- ProcessingTimeExecutor: ProcessingTimeExecutor.md
- TriggerExecutor: TriggerExecutor.md
- UnsupportedOperationChecker: UnsupportedOperationChecker.md
- Misc:
- AcceptsLatestSeenOffsetHandler: AcceptsLatestSeenOffsetHandler.md
- AvailableNowDataStreamWrapper: AvailableNowDataStreamWrapper.md
- StreamingQueryWrapper: StreamingQueryWrapper.md
- Features:
- features/index.md
- Data Sources: datasources/index.md
- Micro-Batch Execution:
- micro-batch-execution/index.md
- MicroBatchExecution: micro-batch-execution/MicroBatchExecution.md
- MicroBatchWrite: micro-batch-execution/MicroBatchWrite.md
- MicroBatchWriterFactory: micro-batch-execution/MicroBatchWriterFactory.md
- RocksDB State Store:
- rocksdb/index.md
- RocksDB: rocksdb/RocksDB.md
- RocksDBConf: rocksdb/RocksDBConf.md
- RocksDBFileManager: rocksdb/RocksDBFileManager.md
- RocksDBMetrics: rocksdb/RocksDBMetrics.md
- RocksDBStateStore: rocksdb/RocksDBStateStore.md
- RocksDBStateStoreProvider: rocksdb/RocksDBStateStoreProvider.md
- Arbitrary Stateful Streaming Aggregation:
- arbitrary-stateful-streaming-aggregation/index.md
- FlatMapGroupsWithStateExecHelper: arbitrary-stateful-streaming-aggregation/FlatMapGroupsWithStateExecHelper.md
- GroupState:
- GroupState: GroupState.md
- GroupStateImpl: GroupStateImpl.md
- GroupStateTimeout: GroupStateTimeout.md
- InputProcessor: arbitrary-stateful-streaming-aggregation/InputProcessor.md
- StateManager:
- StateManager: arbitrary-stateful-streaming-aggregation/StateManager.md
- StateManagerImplBase: arbitrary-stateful-streaming-aggregation/StateManagerImplBase.md
- StateManagerImplV1: arbitrary-stateful-streaming-aggregation/StateManagerImplV1.md
- StateManagerImplV2: arbitrary-stateful-streaming-aggregation/StateManagerImplV2.md
- Batch Processing Time: batch-processing-time.md
- Streaming Aggregation:
- streaming-aggregation/index.md
- StreamingAggregationStateManager: streaming-aggregation/StreamingAggregationStateManager.md
- StreamingAggregationStateManagerBaseImpl: streaming-aggregation/StreamingAggregationStateManagerBaseImpl.md
- StreamingAggregationStateManagerImplV2: streaming-aggregation/StreamingAggregationStateManagerImplV2.md
# Streaming Join using awesome-pages plugin
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
- ...
- Streaming Watermark:
- watermark/index.md
- EventTimeStatsAccum: watermark/EventTimeStatsAccum.md
- EventTimeStats: watermark/EventTimeStats.md
- WatermarkTracker: watermark/WatermarkTracker.md
- Streaming Deduplication:
- streaming-deduplication/index.md
- Streaming Limit:
- streaming-limit/index.md
- Stateful Stream Processing:
- stateful-stream-processing/index.md
- BaseStateStoreRDD: stateful-stream-processing/BaseStateStoreRDD.md
- ReadStateStoreRDD: stateful-stream-processing/ReadStateStoreRDD.md
- StatefulOperatorPartitioning: stateful-stream-processing/StatefulOperatorPartitioning.md
- StatefulOperatorStateInfo: stateful-stream-processing/StatefulOperatorStateInfo.md
- StateSchemaCompatibilityChecker: stateful-stream-processing/StateSchemaCompatibilityChecker.md
- StateStore:
- HDFSBackedStateStore: stateful-stream-processing/HDFSBackedStateStore.md
- ReadStateStore: stateful-stream-processing/ReadStateStore.md
- StateStore: stateful-stream-processing/StateStore.md
- StateStoreId: stateful-stream-processing/StateStoreId.md
- StateStoreConf: stateful-stream-processing/StateStoreConf.md
- StateStoreCoordinator:
- StateStoreCoordinator: stateful-stream-processing/StateStoreCoordinator.md
- StateStoreCoordinatorRef: stateful-stream-processing/StateStoreCoordinatorRef.md
- StateStoreCustomMetric: stateful-stream-processing/StateStoreCustomMetric.md
- StateStoreMetrics: stateful-stream-processing/StateStoreMetrics.md
- StateStoreOps: stateful-stream-processing/StateStoreOps.md
- StateStoreProvider:
- HDFSBackedStateStoreProvider: stateful-stream-processing/HDFSBackedStateStoreProvider.md
- StateStoreProvider: stateful-stream-processing/StateStoreProvider.md
- StateStoreProviderId: stateful-stream-processing/StateStoreProviderId.md
- StateStoreRDD: stateful-stream-processing/StateStoreRDD.md
- StreamingSessionWindowStateManager: stateful-stream-processing/StreamingSessionWindowStateManager.md
- Continuous Execution:
- continuous-execution/index.md
- ContinuousExecution: continuous-execution/ContinuousExecution.md
- ContinuousReadSupport: continuous-execution/ContinuousReadSupport.md
- ContinuousReader: continuous-execution/ContinuousReader.md
- EpochCoordinator:
- EpochCoordinator RPC Endpoint: EpochCoordinator.md
- EpochCoordinatorRef: EpochCoordinatorRef.md
- EpochTracker: EpochTracker.md
- ContinuousQueuedDataReader:
- ContinuousQueuedDataReader: ContinuousQueuedDataReader.md
- DataReaderThread: DataReaderThread.md
- EpochMarkerGenerator: EpochMarkerGenerator.md
- PartitionOffset: PartitionOffset.md
- ContinuousWriteRDD: ContinuousWriteRDD.md
- ContinuousDataSourceRDD: ContinuousDataSourceRDD.md
- testing.md
- Web UI: webui/index.md
- High-Level APIs:
- AcceptsLatestSeenOffset: AcceptsLatestSeenOffset.md
- ContinuousStream: ContinuousStream.md
- DataStreamReader: DataStreamReader.md
- DataStreamWriter: DataStreamWriter.md
- MicroBatchStream: MicroBatchStream.md
- OutputMode: OutputMode.md
- ReadLimit: ReadLimit.md
- ReportsSourceMetrics: ReportsSourceMetrics.md
- Sink: Sink.md
- Source: Source.md
- SparkDataStream: SparkDataStream.md
- StreamingQuery: StreamingQuery.md
- StreamingQueryManager: StreamingQueryManager.md
- StreamingWrite: StreamingWrite.md
- StreamSinkProvider: StreamSinkProvider.md
- StreamSourceProvider: StreamSourceProvider.md
- SupportsAdmissionControl: SupportsAdmissionControl.md
- SupportsTriggerAvailableNow: SupportsTriggerAvailableNow.md
- Trigger: Trigger.md
- Streaming Operators:
- operators/index.md
- crossJoin: operators/crossJoin.md
- dropDuplicates: operators/dropDuplicates.md
- explain: operators/explain.md
- flatMapGroupsWithState: operators/flatMapGroupsWithState.md
- groupBy: operators/groupBy.md
- groupByKey: operators/groupByKey.md
- join: operators/join.md
- joinWith: operators/joinWith.md
- mapGroupsWithState: operators/mapGroupsWithState.md
- window: operators/window.md
- withWatermark: operators/withWatermark.md
- writeStream: operators/writeStream.md
- Data Sources:
- datasources/index.md
- Console:
- datasources/console/index.md
- ConsoleSinkProvider: datasources/console/ConsoleSinkProvider.md
- ConsoleWriter: datasources/console/ConsoleWriter.md
- File:
- datasources/file/index.md
- FileStreamSource: datasources/file/FileStreamSource.md
- FileStreamSink: datasources/file/FileStreamSink.md
- CompactibleFileStreamLog: datasources/file/CompactibleFileStreamLog.md
- SinkFileStatus: datasources/file/SinkFileStatus.md
- ManifestFileCommitProtocol: datasources/file/ManifestFileCommitProtocol.md
- MetadataLogFileIndex: datasources/file/MetadataLogFileIndex.md
- FileStreamSourceCleaner: datasources/file/FileStreamSourceCleaner.md
- FileStreamSourceLog: datasources/file/FileStreamSourceLog.md
- FileStreamSinkLog: datasources/file/FileStreamSinkLog.md
- Foreach:
- datasources/foreach/index.md
- ForeachSink: datasources/foreach/ForeachSink.md
- ForeachWriter: datasources/foreach/ForeachWriter.md
- ForeachWriterProvider: datasources/foreach/ForeachWriterProvider.md
- ForeachWriterTable: datasources/foreach/ForeachWriterTable.md
- ForeachBatch:
- ForeachBatchSink: datasources/ForeachBatchSink.md
- Kafka:
- kafka/index.md
- CachedKafkaConsumer: kafka/CachedKafkaConsumer.md
- Consumer Strategies:
- ConsumerStrategy: kafka/ConsumerStrategy.md
- SubscribeStrategy: kafka/SubscribeStrategy.md
- KafkaBatch: kafka/KafkaBatch.md
- KafkaBatchInputPartition: kafka/KafkaBatchInputPartition.md
- KafkaContinuousInputPartition: kafka/KafkaContinuousInputPartition.md
- KafkaContinuousStream: kafka/KafkaContinuousStream.md
- KafkaDataConsumer: kafka/KafkaDataConsumer.md
- KafkaMicroBatchInputPartition: kafka/KafkaMicroBatchInputPartition.md
- KafkaMicroBatchInputPartitionReader: kafka/KafkaMicroBatchInputPartitionReader.md
- KafkaMicroBatchStream: kafka/KafkaMicroBatchStream.md
- KafkaOffsetRangeCalculator: kafka/KafkaOffsetRangeCalculator.md
- KafkaOffsetRangeLimit: kafka/KafkaOffsetRangeLimit.md
- KafkaOffsetReaders:
- KafkaOffsetReader: kafka/KafkaOffsetReader.md
- KafkaOffsetReaderAdmin: kafka/KafkaOffsetReaderAdmin.md
- KafkaOffsetReaderConsumer: kafka/KafkaOffsetReaderConsumer.md
- KafkaRelation: kafka/KafkaRelation.md
- KafkaScan: kafka/KafkaScan.md
- KafkaSink: kafka/KafkaSink.md
- KafkaSource: kafka/KafkaSource.md
- KafkaSourceInitialOffsetWriter: kafka/KafkaSourceInitialOffsetWriter.md
- KafkaSourceOffset: kafka/KafkaSourceOffset.md
- KafkaSourceProvider: kafka/KafkaSourceProvider.md
- KafkaSourceRDD: kafka/KafkaSourceRDD.md
- KafkaStreamingWrite: kafka/KafkaStreamingWrite.md
- KafkaStreamWriterFactory: kafka/KafkaStreamWriterFactory.md
- KafkaTable: kafka/KafkaTable.md
- Options: kafka/options.md
- Memory:
- datasources/memory/index.md
- ContinuousMemoryStream: datasources/memory/ContinuousMemoryStream.md
- MemoryPlan: datasources/memory/MemoryPlan.md
- MemorySink: datasources/memory/MemorySink.md
- MemoryStream: datasources/memory/MemoryStream.md
- MemoryStreamBase: datasources/memory/MemoryStreamBase.md
- MemoryStreamingWrite: datasources/memory/MemoryStreamingWrite.md
- Rate:
- datasources/rate/index.md
- RateStreamProvider: datasources/rate/RateStreamProvider.md
- RateStreamContinuousReader: datasources/rate/RateStreamContinuousReader.md
- Rate Per Micro-Batch:
- datasources/rate-micro-batch/index.md
- Options: datasources/rate-micro-batch/options.md
- RatePerMicroBatchProvider: datasources/rate-micro-batch/RatePerMicroBatchProvider.md
- RatePerMicroBatchStream: datasources/rate-micro-batch/RatePerMicroBatchStream.md
- RatePerMicroBatchTable: datasources/rate-micro-batch/RatePerMicroBatchTable.md
- Text Socket:
- datasources/socket/index.md
- TextSocketSourceProvider: datasources/socket/TextSocketSourceProvider.md
- TextSocketSource: datasources/socket/TextSocketSource.md
- Monitoring:
- StreamingQueryListener: monitoring/StreamingQueryListener.md
- StreamingQueryProgress:
- StreamingQueryProgress: monitoring/StreamingQueryProgress.md
- StateOperatorProgress: monitoring/StateOperatorProgress.md
- ExecutionStats: monitoring/ExecutionStats.md
- SourceProgress: monitoring/SourceProgress.md
- SinkProgress: monitoring/SinkProgress.md
- StreamingQueryStatus: monitoring/StreamingQueryStatus.md
- MetricsReporter: monitoring/MetricsReporter.md
- Logging: spark-logging.md
- Web UI:
- webui/index.md
- StreamingQueryPage: webui/StreamingQueryPage.md
- StreamingQueryStatisticsPage: webui/StreamingQueryStatisticsPage.md
- StreamingQueryStatusListener: webui/StreamingQueryStatusListener.md
- StreamingQueryStatusStore: webui/StreamingQueryStatusStore.md
- StreamingQueryTab: webui/StreamingQueryTab.md
- Demo:
- demo/index.md
- Arbitrary Stateful Streaming Aggregation with KeyValueGroupedDataset.flatMapGroupsWithState Operator: demo/arbitrary-stateful-streaming-aggregation-flatMapGroupsWithState.md
- current_timestamp Function For Processing Time in Streaming Queries: demo/current_timestamp.md
- Custom Streaming Sink (and Monitoring SQL Queries in web UI): demo/custom-sink-webui.md
- Deep Dive into FileStreamSink: demo/deep-dive-into-filestreamsink.md
- Exploring Checkpointed State: demo/exploring-checkpointed-state.md
- groupByKey Streaming Aggregation in Update Mode: demo/groupByKey-count-Update.md
- Internals of FlatMapGroupsWithStateExec Physical Operator: demo/spark-sql-streaming-demo-FlatMapGroupsWithStateExec.md
- Kafka Data Source: demo/kafka-data-source.md
- Streaming Windowed Aggregation: demo/streaming-windowed-aggregation.md
- RocksDB State Store for Streaming Aggregation: demo/rocksdb-state-store-for-streaming-aggregation.md
- Stream-Stream Inner Join: demo/stream-stream-inner-join.md
- Streaming Query for Running Counts (Socket Source and Complete Output Mode): demo/groupBy-running-count-complete.md
- Streaming Watermark: demo/streaming-watermark.md
- Streaming Watermark with Aggregation in Append Output Mode: demo/watermark-aggregation-append.md
- StateStoreSaveExec with Complete Output Mode: demo/StateStoreSaveExec-Complete.md
- StateStoreSaveExec with Update Output Mode: demo/StateStoreSaveExec-Update.md
- Using StreamingQueryManager for Query Termination Management: demo/StreamingQueryManager-awaitAnyTermination-resetTerminated.md
- Using File Streaming Source: demo/using-file-streaming-source.md