From 5de6e1dd46dadc5451fa0e3669120617aa8bbf8e Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Wed, 22 Feb 2017 13:03:45 +0900 Subject: [PATCH] Add Storm SQL docs to index page for 1.x branch --- docs/index.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 65e496b2e8f..7f7f8fe0ea3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,9 +31,6 @@ documentation: true ### Layers on Top of Storm -* [Flux Data Driven Topology Builder](flux.html) -* [SQL](storm-sql.html) - #### Trident Trident is an alternative interface to Storm. It provides exactly-once processing, "transactional" datastore persistence, and a set of common stream analytics operations. @@ -44,6 +41,22 @@ Trident is an alternative interface to Storm. It provides exactly-once processin * [Trident spouts](Trident-spouts.html) -- transactional and non-transactional data intake * [Trident RAS API](Trident-RAS-API.html) -- using the Resource Aware Scheduler with Trident. +#### SQL + +The Storm SQL integration allows users to run SQL queries over streaming data in Storm. + +NOTE: Storm SQL is an `experimental` feature, so the internals of Storm SQL and supported features are subject to change. +But small change will not affect the user experience. We will notify the user when breaking UX change is introduced. + +* [Storm SQL overview](storm-sql.html) +* [Storm SQL example](storm-sql-example.html) +* [Storm SQL reference](storm-sql-reference.html) +* [Storm SQL internal](storm-sql-internal.html) + +#### Flux + +* [Flux Data Driven Topology Builder](flux.html) + ### Setup and Deploying * [Setting up a Storm cluster](Setting-up-a-Storm-cluster.html)