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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
