This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new a7924a9 add link to Docker quickstart in github README (#10299)
a7924a9 is described below
commit a7924a9dee055aaaa26c46af93e493f4feb04c71
Author: Clint Wylie <[email protected]>
AuthorDate: Wed Sep 2 01:17:34 2020 -0700
add link to Docker quickstart in github README (#10299)
Per suggestion in comment
https://github.com/apache/druid/pull/9262#issuecomment-675732237, I think this
should eventually result in the copy mirrored on dockerhub to also be updated,
if I understand how things work. Only the github `README.md` has been updated,
not the `README.template` used for src and bin packages because presumably if
you are reading from either of those you are just going to run locally and so
the local quickstart is appropriate.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8eec353..0bf9156 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Druid is designed for workflows where fast queries and ingest
really matter. Dru
### Getting started
-You can get started with Druid with our
[quickstart](https://druid.apache.org/docs/latest/tutorials/quickstart.html).
+You can get started with Druid with our
[local](https://druid.apache.org/docs/latest/tutorials/quickstart.html) or
[Docker](http://druid.apache.org/docs/latest/tutorials/docker.html) quickstart.
Druid provides a rich set of APIs (via HTTP and
[JDBC](https://druid.apache.org/docs/latest/querying/sql.html#jdbc)) for
loading, managing, and querying your data.
You can also interact with Druid via the [built-in
console](https://druid.apache.org/docs/latest/operations/druid-console.html)
(shown below).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]