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

Reply via email to