You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2020/08/18 23:21:09 UTC

[druid] branch readme-docker-quickstart created (now 196f8e3)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a change to branch readme-docker-quickstart
in repository https://gitbox.apache.org/repos/asf/druid.git.


      at 196f8e3  add link to Docker quickstart in github README

This branch includes the following new commits:

     new 196f8e3  add link to Docker quickstart in github README

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[druid] 01/01: add link to Docker quickstart in github README

Posted by cw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch readme-docker-quickstart
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 196f8e31cb99e82e48b306f849e351adec27f70d
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Tue Aug 18 16:20:50 2020 -0700

    add link to Docker quickstart in github README
    
    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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org