This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new c6c407d Change build status badge to use github-action (#7201) c6c407d is described below commit c6c407d24c3e02e6b3f628e691118f379575d6da Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Sun Jul 25 01:29:53 2021 -0700 Change build status badge to use github-action (#7201) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 781844f..e3c9550 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ <img src="https://imgur.com/GNevDZ0.png" align="center" alt="Apache Pinot"/> --------------------------------------- - -[](https://travis-ci.org/apache/incubator-pinot) -[](https://pinot.apache.org/download/) -[](https://codecov.io/github/apache/incubator-pinot) +[](https://github.com/apache/pinot/actions/workflows/pinot_tests.yml) +[](https://pinot.apache.org/download/) +[](https://codecov.io/github/apache/pinot) [](https://communityinviter.com/apps/apache-pinot/apache-pinot) [](https://twitter.com/intent/follow?screen_name=apachepinot) [](LICENSE) @@ -44,7 +43,7 @@ # What is Apache Pinot? -[Apache Pinot](https://pinot.apache.org) (incubating) is a real-time distributed OLAP datastore, built to deliver scalable real-time analytics with low latency. It can ingest from batch data sources (such as Hadoop HDFS, Amazon S3, Azure ADLS, Google Cloud Storage) as well as stream data sources (such as Apache Kafka). +[Apache Pinot](https://pinot.apache.org) is a real-time distributed OLAP datastore, built to deliver scalable real-time analytics with low latency. It can ingest from batch data sources (such as Hadoop HDFS, Amazon S3, Azure ADLS, Google Cloud Storage) as well as stream data sources (such as Apache Kafka). Pinot was built by engineers at LinkedIn and Uber and is designed to scale up and out with no upper bound. Performance always remains constant based on the size of your cluster and an expected query per second (QPS) threshold. @@ -94,8 +93,8 @@ Pinot is not a replacement for database i.e it cannot be used as source of truth More detailed instructions can be found at [Quick Demo](https://docs.pinot.apache.org/getting-started) section in the documentation. ``` # Clone a repo -$ git clone https://github.com/apache/incubator-pinot.git -$ cd incubator-pinot +$ git clone https://github.com/apache/pinot.git +$ cd pinot # Build Pinot $ mvn clean install -DskipTests -Pbin-dist --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org