evasomething commented on a change in pull request #7863: Added the web console to the quickstart tutorials and docs URL: https://github.com/apache/incubator-druid/pull/7863#discussion_r293081399
########## File path: docs/content/tutorials/index.md ########## @@ -186,25 +193,13 @@ The sample data has the following columns, and an example event is shown below: } ``` -The following tutorials demonstrate various methods of loading data into Druid, including both batch and streaming use -cases. All tutorials assume that you are using the `micro-quickstart` single-machine configuration mentioned above. - -### [Tutorial: Loading a file](./tutorial-batch.html) - -This tutorial demonstrates how to perform a batch file load, using Druid's native batch ingestion. - -### [Tutorial: Loading stream data from Apache Kafka](./tutorial-kafka.html) - -This tutorial demonstrates how to load streaming data from a Kafka topic. - -### [Tutorial: Loading a file using Apache Hadoop](./tutorial-batch-hadoop.html) - -This tutorial demonstrates how to perform a batch file load, using a remote Hadoop cluster. - -### [Tutorial: Loading data using Tranquility](./tutorial-tranquility.html) - -This tutorial demonstrates how to load streaming data by pushing events to Druid using the Tranquility service. +### Tutorials Review comment: does it make sense for the title to indicate that these are loading data related? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
