| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| - text: Overview |
| url: streaming/index.html |
| - text: Getting Started |
| url: streaming/getting-started.html |
| subitems: |
| - text: Quick Example |
| url: streaming/getting-started.html#quick-example |
| - text: Programming Model |
| url: streaming/getting-started.html#programming-model |
| - text: APIs on DataFrames and Datasets |
| url: streaming/apis-on-dataframes-and-datasets.html |
| subitems: |
| - text: Creating Streaming DataFrames and Streaming Datasets |
| url: streaming/apis-on-dataframes-and-datasets.html#creating-streaming-dataframes-and-streaming-datasets |
| - text: Operations on Streaming DataFrames/Datasets |
| url: streaming/apis-on-dataframes-and-datasets.html#operations-on-streaming-dataframesdatasets |
| - text: Starting Streaming Queries |
| url: streaming/apis-on-dataframes-and-datasets.html#starting-streaming-queries |
| - text: Managing Streaming Queries |
| url: streaming/apis-on-dataframes-and-datasets.html#managing-streaming-queries |
| - text: Monitoring Streaming Queries |
| url: streaming/apis-on-dataframes-and-datasets.html#monitoring-streaming-queries |
| - text: Recovering from Failures with Checkpointing |
| url: streaming/apis-on-dataframes-and-datasets.html#recovering-from-failures-with-checkpointing |
| - text: Recovery Semantics after Changes in a Streaming Query |
| url: streaming/apis-on-dataframes-and-datasets.html#recovery-semantics-after-changes-in-a-streaming-query |
| - text: Performance Tips |
| url: streaming/performance-tips.html |
| subitems: |
| - text: Asynchronous Progress Tracking |
| url: streaming/performance-tips.html#asynchronous-progress-tracking |
| - text: Continuous Processing |
| url: streaming/performance-tips.html#continuous-processing |
| - text: Additional Information |
| url: streaming/additional-information.html |
| subitems: |
| - text: Miscellaneous Notes |
| url: streaming/additional-information.html#miscellaneous-notes |
| - text: Related Resources |
| url: streaming/additional-information.html#related-resources |
| - text: Migration Guide |
| url: streaming/additional-information.html#migration-guide |