You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/03/19 20:20:41 UTC

[incubator-pinot] branch getting-started-doc created (now 7cc4401)

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

jlli pushed a change to branch getting-started-doc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 7cc4401  Add doc on experimenting with Pinot

This branch includes the following new commits:

     new 7cc4401  Add doc on experimenting with Pinot

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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Add doc on experimenting with Pinot

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

jlli pushed a commit to branch getting-started-doc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 7cc440124cf8c031cf0999f04c9625589be71f31
Author: jackjlli <jl...@linkedin.com>
AuthorDate: Tue Mar 19 13:20:07 2019 -0700

    Add doc on experimenting with Pinot
---
 docs/getting_started.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index e3d2416..4b92f96 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -94,3 +94,10 @@ show up in Pinot.
 To show new events appearing, one can run :sql:`SELECT * FROM meetupRsvp ORDER BY mtime DESC LIMIT 50` repeatedly, which shows the
 last events that were ingested by Pinot.
 
+Experiment with Pinot
+~~~~~~~~~~~~~~~~~~~~~
+
+Here's the instruction on how to add a simple table to the pinot system you got working int the previous demo steps,
+how to add segments, and how to query it.
+
+


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