You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/24 10:26:16 UTC

[pinot-site] branch update_index updated (5826157 -> 48c679a)

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

xiangfu pushed a change to branch update_index
in repository https://gitbox.apache.org/repos/asf/pinot-site.git.


 discard 5826157  Update front page
     add 47c88f0  Merge pull request #62 from apache/update_index
     new 48c679a  Update front page

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5826157)
            \
             N -- N -- N   refs/heads/update_index (48c679a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:

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


[pinot-site] 01/01: Update front page

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

xiangfu pushed a commit to branch update_index
in repository https://gitbox.apache.org/repos/asf/pinot-site.git

commit 48c679a1c403fdcaf8b6e5195940ee07ad3eaaee
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Wed Nov 24 02:25:41 2021 -0800

    Update front page
---
 website/src/pages/index.js | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 28d3452..8b26da3 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -57,7 +57,7 @@ const features = [
         description: (
             <>
                 Pinot is designed to answer OLAP queries with low latency on
-                immutable data
+                immutable data and mutable data(Upsert Support)
             </>
         ),
     },
@@ -77,10 +77,14 @@ const features = [
         icon: "rss",
         description: (
             <>
-                Near Realtime ingestion with{" "}
-                <Link to="https://kafka.apache.org/">Apache Kafka</Link>{" "}
-                supports StringSerializer or{" "}
-                <Link to="https://avro.apache.org/">Avro</Link> formats
+                Near Realtime ingestion with
+                {" "}<Link to="https://kafka.apache.org/">Apache Kafka</Link>,
+                {" "}<Link to="https://pulsar.apache.org/">Apache Pulsar</Link>,
+                {" "}<Link to="https://aws.amazon.com/kinesis/">Kinesis</Link>
+                supports {" "}<Link to="https://www.json.org/">JSON</Link>,
+                {" "}<Link to="https://avro.apache.org/">Avro</Link>,
+                {" "}<Link to="https://developers.google.com/protocol-buffers/">ProtoBuf</Link>,
+                {" "}<Link to="https://thrift.apache.org/">Thrift</Link> formats
             </>
         ),
     },

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