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:25:57 UTC

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

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 582615701ac725d2a6fdbb2c91b01b60d14d15a2
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