Repository: storm Updated Branches: refs/heads/1.x-branch d5f4c4021 -> d36205289
Add Storm SQL docs to index page for 1.x branch Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/5de6e1dd Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/5de6e1dd Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/5de6e1dd Branch: refs/heads/1.x-branch Commit: 5de6e1dd46dadc5451fa0e3669120617aa8bbf8e Parents: ee1309d Author: Jungtaek Lim <[email protected]> Authored: Wed Feb 22 13:03:45 2017 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Thu Feb 23 18:30:32 2017 +0900 ---------------------------------------------------------------------- docs/index.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/5de6e1dd/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 65e496b..7f7f8fe 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)
